|
|
linux 0.96c
#ifndef _SYS_DIRENT_H
#define _SYS_DIRENT_H
#include <limits.h>
#include <sys/types.h>
struct dirent {
long d_ino;
off_t d_off;
unsigned short d_reclen;
char d_name[NAME_MAX+1];
};
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.