CALL(4)

Table of Contents

Name

call calls a product template procedure

Synopsis

%call procname ( [ arg [ , arg ] ... ] )

Description

The call template construct is used to invoke template procedures that are defined in proc sections in a product description file. Template procedures may have any number of parameters; each call to a product procedure must pass the correct number of arguments. The arguments in a call construct are C expressions. ivy*meta SDTB converts the call construct into a call to the C procedure that ivy*meta SDTB generates from the corresponding proc section (see PROC(3) ).

For an example of a proc section, see PROC(3) .

See Also

PROC(3)


© 1990 Lucent Technologies, Inc
© 1998 Harmony Software, Inc