GetFloatArg Function (Macro)

args.h

float GetFloatArg (CESI &ap);

Returns the current argument of floating point type.

GetFloatArg is a macro which returns the current floating point argument (pointed to by ap) and modifies ap to point to the next argument in the argument list. So, each successive time GetFloatArg is used, it returns the next argument in the argument list. Note that GetFloatArg assumes that the current argument is a floating point value (not an integer). This may be checked using GetArgType. If this is not true, the result of GetFloatArg is unpredictable.


Uses: memcpy


See also: estack_number_to_Float