1: #define MAXDELIMS   3
   2: 
   3: struct  strfile {       /* information table			*/
   4:     int str_numstr;     /* number of strings in the file */
   5:     int str_longlen;        /* length of longest string	*/
   6:     int str_shortlen;       /* length of shortest string	*/
   7:     long    str_delims[MAXDELIMS];  /* delimiter markings		*/
   8:     int str_unused;     /* reserve space for later needs */
   9: };
  10: 
  11: typedef struct  strfile STRFILE;

Defined struct's

strfile defined in line 3; used 2 times
  • in line 11(2)

Defined typedef's

STRFILE defined in line 11; never used

Defined macros

MAXDELIMS defined in line 1; used 1 times
  • in line 7
Last modified: 1983-08-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 343
Valid CSS Valid XHTML 1.0 Strict