The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Predef_Func_Structure
/*
 * STRUCT: SE_Predef_Func_Structure
 */
typedef struct
{

SE_Integer argument_count;1
SE_Predef_Func_Arg_Structure *argument_array;2
} SE_Predef_Func_Structure;


Field Notes

argument_count

number of arguments of the function; a -1 entry means that the function takes a variable number of arguments.

argument_array

the expected type of each argument; NULL if there are no arguments




Prev: SE_Predef_Func_Arg_Structure. Next: SE_Predefined_Function.


Return to: Top of this Page, Type Index