ConvertFreadFloat
Syntax | ||
int ConvertFreadFloat(FILE *fp,float *val); | ||
Header | ||
base/rconvert.h | ||
Library | ||
rcnv | ||
Description | ||
The The bytes are read from the stream pointed to by the argument fp and the single-precision floating point number is stored at the location pointed to by the argument val. | ||
Returns | ||
Returns zero on success. On error, a (-1) is returned. | ||
Errors | ||
On error, a (-1) is returned. | ||
Example | ||
|