1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
   2: /* def.func_tab.h - version 1.0.2 */
   3: 
   4: struct func_tab {
   5:     char f_char;
   6:     int (*f_funct)();
   7: };
   8: 
   9: extern struct func_tab cmdlist[];
  10: 
  11: struct ext_func_tab {
  12:     char *ef_txt;
  13:     int (*ef_funct)();
  14: };
  15: 
  16: extern struct ext_func_tab extcmdlist[];

Defined struct's

ext_func_tab defined in line 11; used 6 times
func_tab defined in line 4; used 6 times

Usage of this include

Last modified: 1985-10-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1490
Valid CSS Valid XHTML 1.0 Strict