dirent.h

Go to the documentation of this file.
00001 #ifndef _LINUX_DIRENT_H
00002 #define _LINUX_DIRENT_H
00003 
00004 #include <linux/limits.h>
00005 
00006 struct dirent {
00007         long            d_ino;
00008         off_t           d_off;
00009         unsigned short  d_reclen;
00010         char            d_name[NAME_MAX+1];
00011 };
00012 
00013 #endif

Generated on Mon May 1 21:47:00 2006 for KernelAPI by  doxygen 1.4.6-5