1: /*
   2:  * Structure of a symbol table entry
   3:  */
   4: 
   5: struct  symbol {
   6:     char    sy_name[8];
   7:     char    sy_type;
   8:     int sy_value;
   9: };

Defined struct's

symbol defined in line 5; never used
Last modified: 1981-09-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 321
Valid CSS Valid XHTML 1.0 Strict