Files
xahaud/hook/tests/hookapi/wasm/api.h
2022-06-06 14:05:17 +00:00

8 lines
137 B
C

#include <stdint.h>
#include "../../../examples/hookapi.h"
#define ASSERT(x)\
{\
if (!(x))\
rollback(SBUF(#x), __LINE__);\
}