Initializing help system before first use

bindrv_putlong

bindrv_putlong


Purpose
Write a long integer to the output stream.
Synopsis
int bindrv_putlong(s_bindrvctx bctx, BINDRV_LONG val);
Arguments
bctx 
A BinDrv writer context
val 
Long integer value (64bit) to write
Return value
0 if successful, 1 in case of an I/O error
Further information
Mosel does not support long integers: a file containing long integers cannot be processed by the "bin:" I/O driver.