Synesis Software

Main Page   Modules   Compound List   File List   Compound Members   File Members  

/freelibs/unixem/include/dirent.h File Reference

Go to the source code of this file.

Compounds

struct  dirent
 Results structure for readdir(). More...


Defines

#define NAME_MAX   (260)
 The maximum number of characters (including null terminator) in a directory entry name.


Typedefs

typedef dirent_dir DIR
 dirent_dir is defined internally


Functions

DIRopendir (const char *name)
 Returns a pointer to the next directory entry.

int closedir (DIR *dir)
 Closes a directory handle.

void rewinddir (DIR *dir)
 Resets a directory search position.

direntreaddir (DIR *dir)
 Returns a pointer to the next directory entry.


Detailed Description

Contains the declarations for the opendir()/readdir() API.


UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2001-2003