
Go to the source code of this file.
| Functions | |
| void | qh_exit (int exitcode) | 
| void | qh_fprintf_stderr (int msgcode, const char *fmt,...) | 
| void | qh_free (void *mem) | 
| void * | qh_malloc (size_t size) | 
| void qh_exit | ( | int | exitcode | ) | 
Definition at line 38 of file usermem_r.c.
| void qh_fprintf_stderr | ( | int | msgcode, | 
| const char * | fmt, | ||
| ... | |||
| ) | 
Definition at line 57 of file usermem_r.c.
| void qh_free | ( | void * | mem | ) | 
Definition at line 77 of file usermem_r.c.
| void* qh_malloc | ( | size_t | size | ) | 
Definition at line 90 of file usermem_r.c.