-
#define
Help functions concerning memory and small calculations.
-
-
#define
mes_check_ptr(arg, call)
-
#define
mes_check_bnd( arg, bnd, call )
-
#define
mes_check_0( arg, call )
-
#define
mes_check_neg( arg, call )
-
#define
mes_check_expr( arg, call )
-
#define
mes_file( txt )
-
#define
mes_file_win( txt )
-
#define
mes_win( txt )
-
#define
mes_proc()
-
#define
mes_prot( txt )
-
char*
mes_get_std_path(void)
-
void
mes(int flags, int line, char* xproc, char* proc, char* format, ...)
-
void
mes_smart(int flags, const char* txt, int bytes)
-
int
mes_ability(int on)
-
void
mes_err(char* txt, int error_nr, char* proc_info)
-
void
mes_exit(void)
-
void
mes_fformat(char* txt, char* filename, int line, char* proc_info)
-
void
mes_init(char* logfile, void (*winfct) (const char* ), int argc, char* argv[])
-
void
mes_init_args(int argc, char* argv[])
-
void
mes_init_logfile(char* file_name)
-
void
mes_init_winfct(void (*win_fct) (const char* ))
-
int
mes_insert(FILE* fp, char src, int cnt)
-
void
mes_time(void)
-
void
mes_va(int flags, int line, char* xproc, char* proc, char* format, va_list args)
-
int
mes_win_ability(int on)
-
void*
mes_calloc(int bytes)
-
int
mes_copy(char* oldname, char* newname)
-
int
mes_fgetc(FILE* fp)
-
int
mes_fflush(FILE* fp)
-
FILE*
mes_fopen(const char* filename, char* attribute_string)
-
int
mes_fprintf(FILE* fp, char* format, ...)
-
int
mes_fputc(FILE* fp, char chr)
-
int
mes_fputs(FILE* fp, char* str)
-
int
mes_fread(FILE* fp, void* mem, int bytes)
-
int
mes_fread_quiet(FILE* fp, void* mem, int bytes)
-
int
mes_fseek(FILE* fp, long offset, int fromwhere)
-
int
mes_fseek64(FILE* fp, unsigned int uoff, unsigned int loff, int fromwhere)
-
int
mes_ftell(FILE* fp)
-
int
mes_fwrite(FILE* fp, void* mem, int bytes)
-
void*
mes_malloc(int bytes)
-
int
mes_move(char* oldname, char* newname)
-
int
mes_realloc(void** mem, int bytes)
-
int
mes_remove(char* filename)
-
int
mes_rename(char* oldname, char* newname)
-
FILE*
mes_tmpfile(void)
-
Help functions for printing.
-
-
char*
mprintf_dyn(char* dst, int maxlen, char* format, ...)
-
char*
mprintf_va(char* dst, int maxlen, char* format, va_list args)
-
char*
mprintf_va_dyn(char* dst, int maxlen, char* format, va_list args)
-
rng Initialization for the random number generator
-
void
ghmm_rng_init(void)
-
void
ghmm_rng_timeseed(GHMM_RNG* r)
Alphabetic index
This page was generated with the help of DOC++.