#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) |
#define _CRASH_H |
#define CRASHF | ( | fmt, | |
... | |||
) | do {char __str[256]; sprintf(__str, fmt, __VA_ARGS__); CRASH(__str); } while ((void)0, 0) |
void CRASH | ( | const char * | txt | ) |