V7/usr/sys/h/dir.h
Find at most
5
10
20
50
100
500
related files.
including files from this version of Unix.
#ifndef DIRSIZ #define DIRSIZ 14 #endif struct direct { ino_t d_ino; char d_name[DIRSIZ]; };