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)
} 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

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™