1: #ifndef DIRSIZ
   2: #define DIRSIZ  14
   3: #endif
   4: struct  direct
   5: {
   6:     ino_t   d_ino;
   7:     char    d_name[DIRSIZ];
   8: };
Last modified: 1981-10-09
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 533
Valid CSS Valid XHTML 1.0 Strict