Initializing help system before first use

bindrv_putint

bindrv_putint


Purpose
Write an integer to the output stream.
Synopsis
int bindrv_putint(s_bindrvctx bctx, int val);
Arguments
bctx 
A BinDrv writer context
val 
Integer value to write
Return value
0 if successful, 1 in case of an I/O error