Go to the source code of this file.
Namespaces | |
namespace | NS_TIMIDITY |
Classes | |
struct | NS_TIMIDITY::PathList |
Functions | |
FILE * | NS_TIMIDITY::open_file (const char *name, int decompress, int noise_mode) |
void | NS_TIMIDITY::add_to_pathlist (char *s) |
void | NS_TIMIDITY::close_file (FILE *fp) |
void | NS_TIMIDITY::skip (FILE *fp, size_t len) |
void * | NS_TIMIDITY::safe_malloc (size_t count) |
template<class T> | |
T * | NS_TIMIDITY::safe_Malloc (size_t count=1) |
Variables | |
char * | NS_TIMIDITY::program_name |
FILE * | NS_TIMIDITY::msgfp |