Planeshift
pserror.h File Reference

Go to the source code of this file.

Macros

#define ERRORHALT(msg)   errorhalt (__PRETTY_FUNCTION__,__FILE__, __LINE__, msg)
 
#define ERRORMSG(msg)   errormsg (__PRETTY_FUNCTION__,__FILE__, __LINE__, msg)
 

Functions

void errorhalt (const char *function, const char *file, int line, const char *msg)
 
void errormsg (const char *function, const char *file, int line, const char *msg)
 
void psprintf (const char *arg,...)