bindrv_putlong
| bindrv_putlong | 
  Purpose
 
  
  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.
 
 
