|
#define hl_fatal4(msg,p0,p1,p2,p3) hl_fatal_fmt(__FILE__,__LINE__,msg,p0,p1,p2,p3)
|
|
#define hl_fatal4(msg,p0,p1,p2,p3) hl_fatal_fmt(__FILE__,__LINE__,msg,p0,p1,p2,p3)
|
|
HL_API void *hl_fatal_error( const char *msg, const char *file, int line );
|
|
HL_API void *hl_fatal_error( const char *msg, const char *file, int line );
|
|
HL_API void hl_fatal_fmt( const char *file, int line, const char *fmt, ...);
|
|
HL_API void hl_fatal_fmt( const char *file, int line, const char *fmt, ...);
|
|
HL_API void hl_setup_callbacks(void *sc, void *gw);
|
|
HL_API void hl_setup_callbacks(void *sc, void *gw);
|