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

Go to the source code of this file.

Typedefs

typedef off_t EST_FilePos
 

Functions

EST_FilePos EST_ftell (FILE *fp)
 
int EST_fseek (FILE *fp, EST_FilePos offset, int whence)
 

Typedef Documentation

typedef off_t EST_FilePos

Definition at line 69 of file EST_File.h.

Function Documentation

EST_FilePos EST_ftell ( FILE *  fp)
inline

Definition at line 71 of file EST_File.h.

int EST_fseek ( FILE *  fp,
EST_FilePos  offset,
int  whence 
)
inline

Definition at line 75 of file EST_File.h.