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.