FPP_$SAVE_RESTORE_SIZE Domain/OS FPP_$SAVE_RESTORE_SIZE
NAME
fpp_$save_restore_size - return the size of a floating-point state
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/fpp.h>
short int fpp_$save_restore_size(void)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/fpp.ins.pas';
function fpp_$save_restore_size: integer;
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/fpp.ins.ftn'
integer*2 save_area_size
save_area_size = fpp_$save_restore_size
DESCRIPTION
Fpp_$save_restore_size returns the number of bytes needed to save a
floating-point state.
SEE ALSO
fpp_$restore, fpp_$save, fpp_$save_restore_size.