|
NAMEaddablqexpr - adds a new argument in queue of an expression. See the file man1/alc_origin.1. SYNOPSIS#include "abl101.h" void addablqexpr( Expr1, Expr2 ) PARAMETERSDESCRIPTIONaddablqexpr adds Expr2 in queue of Expr1. The expression pointers Expr2 MUSTN'T be used after the call to this function RETURN VALUEaddablqexpr returns nothing. EXAMPLE#include "abl101.h" SEE ALSOabl(1) createablatom(3), createabloper(3), createablxorbinexpr(3), createablunaryexpr(3), createablbinexpr(3), createablnotexpr(3), addablhexpr(3). See the file man1/alc_bug_report.1.
|