|
SYNOPSIS#include "abl101.h" int isablbinaryoper( Oper ) PARAMETERS
DESCRIPTIONisablbinaryoper tests if Oper is binary. RETURN VALUEisablbinaryoper returns 1 if Oper is binary, -1 if Oper is not a valid number, and 0 otherwise. EXAMPLE#include "abl101.h"
|