#include <stdio.h>
#include <windows.h>
Defines | |
#define | ASSERT(exp, description) |
Functions | |
bool | CustomAssertFunction (char *exp, char *description, int line, char *filename, char *timestamp, char *function, bool *flag) |
#define ASSERT | ( | exp, | |||
description | ) |
bool CustomAssertFunction | ( | char * | exp, | |
char * | description, | |||
int | line, | |||
char * | filename, | |||
char * | timestamp, | |||
char * | function, | |||
bool * | flag | |||
) | [inline] |