TrinityCore
|
#include <signal.h>
Go to the source code of this file.
Macros | |
#define | LTC_ARGCHK(x) if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } |
#define | LTC_ARGCHKVD(x) LTC_ARGCHK(x) |
Functions | |
void | crypt_argchk (char *v, char *s, int d) |
#define LTC_ARGCHK | ( | x | ) | if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } |
#define LTC_ARGCHKVD | ( | x | ) | LTC_ARGCHK(x) |
void crypt_argchk | ( | char * | v, |
char * | s, | ||
int | d | ||
) |