Edinburgh Speech Tools  2.1-release
el_unix.h File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/dir.h>
Include dependency graph for el_unix.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define CRLF   "\r\n"

Definition at line 45 of file el_unix.h.

#define FORWARD   STATIC

Definition at line 46 of file el_unix.h.

#define S_ISDIR (   m)    (((m) & S_IFMT) == S_IFDIR)

Definition at line 63 of file el_unix.h.

Typedef Documentation

typedef struct direct DIRENTRY

Definition at line 58 of file el_unix.h.