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