#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/dir.h>
Go to the source code of this file.
Macros | |
#define | CRLF "\r\n" |
#define | FORWARD STATIC |
#define | S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) |
Typedefs | |
typedef struct direct | DIRENTRY |