Go to the source code of this file.
Functions | |
template<typename T> | |
static char * | create_string_from (T i) |
void | dispose_string (char *const str) |
It also contains the function dispose_string that only calls free() on a given argument.
These function are only used in error.hh (Error Handling Unit) for converting numbers on the error input to strings.