Nut/OS  4.10.3
API Reference
dirent.h File Reference

Filesystem directory structure. More...

#include <stdint.h>
#include <sys/file.h>
Include dependency graph for dirent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dirent
 Directory entry structure. More...
struct  _dirdesc
 Internally used directory information structure. More...

Typedefs

typedef struct _dirdesc DIR
 Internally used directory information structure.

Functions

DIRopendir (CONST char *)
 Open a directory stream.
struct direntreaddir (DIR *)
 Get the next directory entry.
int closedir (DIR *)
 Close a directory stream.

File System Directory Configuration

The Nut/OS Configurator may be used to override the default values.

#define MAXNAMLEN   255
 UDP port of DHCP server.

Detailed Description

Filesystem directory structure.

 *
 * $Log$
 * Revision 1.3  2008/08/11 06:59:58  haraldkipp
 * BSD types replaced by stdint types (feature request #1282721).
 *
 * Revision 1.2  2006/01/05 16:45:20  haraldkipp
 * Dynamic NUTFILE allocation for detached block device.
 *
 * Revision 1.1  2005/02/05 20:37:17  haraldkipp
 * Peanut added
 *
 *
 * 

Definition in file dirent.h.