/*->h.xsymtab  */

typedef struct fndefn
{
 char * name;
 extfn  fn;
 char * args;
 char   type;
 char   argc;
} fndefn;


extern fndefn fntable[];

extern int xsymtablestart(void);

