Edinburgh Speech Tools  2.1-release
system.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SEEK_SET   0
 
#define SEEK_CUR   1
 
#define SEEK_END   2
 
#define SOCKETS_IMPLEMENTED
 

Functions

void * Malloc (int bytes)
 
void * Realloc (void *mem, int bytes)
 
void Free (void *mem)
 

Macro Definition Documentation

#define SEEK_SET   0

Definition at line 20 of file system.h.

#define SEEK_CUR   1

Definition at line 24 of file system.h.

#define SEEK_END   2

Definition at line 28 of file system.h.

#define SOCKETS_IMPLEMENTED

Definition at line 31 of file system.h.

Function Documentation

void* Malloc ( int  bytes)

Definition at line 19 of file system.c.

void* Realloc ( void *  mem,
int  bytes 
)

Definition at line 27 of file system.c.

void Free ( void *  mem)

Definition at line 35 of file system.c.