|
NAMEcreateablatom - creates an atomic expression. See the file man1/alc_origin.1. SYNOPSIS#include "abl101.h" chain_list ∗createablatom( Atom ) PARAMETERS
DESCRIPTIONcreateablatom creates an atomic expression with the name Atom. This function uses namealloc with Atom as parameter. RETURN VALUEcreateablatom returns a pointer to the new atomic expression. EXAMPLE#include "abl101.h" SEE ALSOabl(1), createabloper(3), createablnotexpr(3), createablbinexpr(3), createablunaryexpr(3), createablxorbinexpr(3), addablhexpr(3), addablqexpr(3). See the file man1/alc_bug_report.1.
|