Initializing help system before first use

bindrv_putbool

bindrv_putbool


Purpose
Write a Boolean value to the output stream.
Synopsis
int bindrv_putbool(s_bindrvctx bctx, char val);
Arguments
bctx 
A BinDrv writer context
val 
Boolean value to write
Return value
0 if successful, 1 in case of an I/O error
Further information
The C convention is used: 0 for false and any other value for true.