ConvertWriteLong
| Syntax | ||
| int ConvertWriteLong(int fp,int64 val); | ||
| Header | ||
| base/rconvert.h | ||
| Library | ||
| rcnv | ||
| Description | ||
The The bytes are written to the file with the filed descriptor given by the argument fd and the 64-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 | ||
|