|
NAMEcreateablnotexpr - complements an expression. See the file man1/alc_origin.1. SYNOPSIS#include "abl101.h" chain_list ∗createablnotexpr( Expr ) PARAMETERS
DESCRIPTIONcreateablnotexpr complements the expression Expr and eventually does a simplification. The expression pointer Expr MUSTN'T be used after the call to this function. RETURN VALUEcreateablnotexpr returns the new complemented expression. EXAMPLE#include "abl101.h" SEE ALSOabl(1) createablatom(3), createabloper(3), createablbinexpr(3), createablunaryexpr(3), createablxorbinexpr(3), addablhexpr(3), addablqexpr(3). See the file man1/alc_bug_report.1.
|