ConvertFwriteInt
Syntax | ||
int ConvertFwriteInt(FILE *fp,int32 val); | ||
Header | ||
base/rconvert.h | ||
Library | ||
rcnv | ||
Description | ||
The The bytes are written to the stream pointed to by the argument fp and the 32-bit integer number is given by the argument val. | ||
Returns | ||
Returns zero on success. On error, a (-1) is returned. | ||
Errors | ||
On error, a (-1) is returned. | ||
Example | ||
|