ISABLUNARYOPER(3) | ABL FUNCTIONS | ISABLUNARYOPER(3) |
isablunaryoper - tests if an operator is unary.
See the file buster/alliance/alc_origin.1.en.gz.
#include "abl101.h" int isablunaryoper( Oper )
long Oper;
isablunaryoper tests if Oper is unary.
isablunaryoper returns 1 if Oper is unary, -1 if Oper is not a valid number, and 0 otherwise.
#include "abl101.h"
/* displays 0 1 */
printf( "%d ", isablunaryoper( ABL_OR ) );
printf( "%d0, isablunaryoper( ABL_NOT ) );
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |