1: #ifndef DIRSIZ
   2: #define DIRSIZ  14
   3: #endif
   4: struct  direct
   5: {
   6:     ino_t   d_ino;
   7:     char    d_name[DIRSIZ];
   8: };

Defined struct's

Defined macros

Usage of this include

dir.h used 76 times
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 779
Valid CSS Valid XHTML 1.0 Strict