#include <stdexcept>#include <stdlib.h>
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 36 of file usermem_r-cpp.cpp.
| void qh_fprintf_stderr | ( | int | msgcode, | 
| const char * | fmt, | ||
| ... | |||
| ) | 
Definition at line 56 of file usermem_r-cpp.cpp.
| void qh_free | ( | void * | mem | ) | 
Definition at line 76 of file usermem_r-cpp.cpp.
| void* qh_malloc | ( | size_t | size | ) | 
Definition at line 89 of file usermem_r-cpp.cpp.