Nut/OS  4.10.3
API Reference
dirent.c File Reference

Directory functions. More...

#include <sys/device.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <memdebug.h>
#include <fs/fs.h>
#include <dirent.h>
Include dependency graph for dirent.c:

Go to the source code of this file.

Functions

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

Detailed Description

Directory functions.

 *
 * $Log$
 * Revision 1.8  2009/02/13 14:52:05  haraldkipp
 * Include memdebug.h for heap management debugging support.
 *
 * Revision 1.7  2008/08/11 06:59:42  haraldkipp
 * BSD types replaced by stdint types (feature request #1282721).
 *
 * Revision 1.6  2006/08/01 07:44:22  haraldkipp
 * Already disabled NUTFILE structure allocation finally removed from
 * opendir().
 *
 * Revision 1.5  2006/04/07 12:51:04  haraldkipp
 * Memory hole fixed.
 *
 * Revision 1.4  2006/03/16 15:25:24  haraldkipp
 * Changed human readable strings from u_char to char to stop GCC 4 from
 * nagging about signedness.
 *
 * Revision 1.3  2006/01/05 16:45:20  haraldkipp
 * Dynamic NUTFILE allocation for detached block device.
 *
 * Revision 1.2  2005/02/07 18:57:47  haraldkipp
 * ICCAVR compile errors fixed
 *
 * Revision 1.1  2005/02/05 20:35:21  haraldkipp
 * Peanut added
 *
 *
 * 

Definition in file dirent.c.