1: /*	dir.h	4.2	81/02/19	*/
   2: 
   3: #ifndef DIRSIZ
   4: #define DIRSIZ  14
   5: #endif
   6: struct  direct
   7: {
   8:     ino_t   d_ino;
   9:     char    d_name[DIRSIZ];
  10: };

Defined struct's

direct defined in line 6; used 2 times

Defined macros

DIRSIZ defined in line 4; used 2 times
  • in line 3, 9

Usage of this include

dir.h used 1 times
Last modified: 1983-04-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 659
Valid CSS Valid XHTML 1.0 Strict