Initializing help system before first use

bindrv_getbool

bindrv_getbool


Purpose
Get the value of a Boolean token.
Synopsis
int bindrv_getbool(s_bindrvctx bctx, char *val);
Arguments
bctx 
A BinDrv reader context
val 
Pointer to return the Boolean value (as a char)
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