Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
include/dirent.h File Reference
Detailed Description
Filesystem directory structure.
* * $Log: dirent.h,v $ * Revision 1.1 2005/02/05 20:37:17 haraldkipp * Peanut added * * *
File System Directory Configuration | |
| The Nut/OS Configurator may be used to override the default values. | |
| #define | MAXNAMLEN 255 |
| UDP port of DHCP server. | |
Typedefs | |
| typedef _dirdesc | DIR |
| Internally used directory information structure. | |
Functions | |
| DIR * | opendir (CONST char *) |
| dirent * | readdir (DIR *) |
| int | closedir (DIR *) |