|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Predef_Func_Structure |
|---|
/* * STRUCT: SE_Predef_Func_Structure */
| typedef | struct | ||
| { | |||
| SE_Integer | argument_count; | (notes) | |
| SE_Predef_Func_Arg_Structure | *argument_array; | (notes) |
number of arguments of the function; a -1 entry means that the function takes a variable number of arguments.
the expected type of each argument; NULL if there are no arguments
|