isablbinaryoper

Langue: en

Version: October 1, 1997 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

isablbinaryoper - tests if an operator is binary.
man2html: unable to open or read file man1/alc_origin.1

SYNOPSYS

 #include "abl101.h"
 int isablbinaryoper( Oper )
   long Oper;
 

PARAMETERS

Oper
Operator number.

DESCRIPTION

isablbinaryoper tests if Oper is binary.

RETURN VALUE

isablbinaryoper returns 1 if Oper is binary, -1 if Oper is not a valid number, and 0 otherwise.

EXAMPLE

 #include "abl101.h"
   /* displays    1 0 */
   printf( "%d  ", isablbinaryoper( ABL_OR  ) );
   printf( "%d, isablbinaryoper( ABL_NOT ) );
 

SEE ALSO

abl(1)
man2html: unable to open or read file man1/alc_bug_report.1