EU1KY AA
crash.h File Reference
#include <stdio.h>

Go to the source code of this file.

Macros

#define _CRASH_H
 
#define CRASHF(fmt, ...)   do {char __str[256]; sprintf(__str, fmt, __VA_ARGS__); CRASH(__str); } while ((void)0, 0)
 

Functions

void CRASH (const char *txt)
 

Macro Definition Documentation

#define _CRASH_H
#define CRASHF (   fmt,
  ... 
)    do {char __str[256]; sprintf(__str, fmt, __VA_ARGS__); CRASH(__str); } while ((void)0, 0)

Function Documentation

void CRASH ( const char *  txt)