mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
8 lines
137 B
C
8 lines
137 B
C
#include <stdint.h>
|
|
#include "../../../examples/hookapi.h"
|
|
#define ASSERT(x)\
|
|
{\
|
|
if (!(x))\
|
|
rollback(SBUF(#x), __LINE__);\
|
|
}
|