15 void errorhalt(
const char* 
function, 
const char* file, 
int line,
    17 void errormsg(
const char* 
function, 
const char* file, 
int line,
    20 #define ERRORHALT(msg)    errorhalt (__PRETTY_FUNCTION__,__FILE__, __LINE__, msg)    21 #define ERRORMSG(msg)    errormsg (__PRETTY_FUNCTION__,__FILE__, __LINE__, msg) void errormsg(const char *function, const char *file, int line, const char *msg)
 
void errorhalt(const char *function, const char *file, int line, const char *msg)
 
void psprintf(const char *arg,...)