bindrv_getint
| bindrv_getint | 
  Purpose
 
  Synopsis
 
int bindrv_getint(s_bindrvctx bctx, int *val);
 
  Arguments
 
| 
     bctx 
     | 
     A BinDrv reader context
     | 
| 
     val 
     | 
     Pointer to return the integer value
     | 
  Return value
 
 0 if successful, a negative value in case of error or the type code of the token (positive value) if it is not of the expected type.
  Related topics
 
 
