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

Go to the source code of this file.

Functions

int fd_open_stdinout (const char *r_or_w)
 
int fd_open_file (const char *name, const char *r_or_w)
 
int fd_open_url (const char *protocol, const char *host, const char *port, const char *path, const char *r_or_w)
 

Function Documentation

int fd_open_stdinout ( const char *  r_or_w)

Definition at line 191 of file io.cc.

int fd_open_file ( const char *  name,
const char *  r_or_w 
)

Definition at line 209 of file io.cc.

int fd_open_url ( const char *  protocol,
const char *  host,
const char *  port,
const char *  path,
const char *  r_or_w 
)

Definition at line 354 of file io.cc.