From 79a679f3a3d443b631ad5437b69e729550522fcb Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Tue, 11 Apr 2023 15:35:09 +1000 Subject: commit prior to segfault debugging --- test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.c (limited to 'test.c') diff --git a/test.c b/test.c new file mode 100644 index 0000000..b8cecd6 --- /dev/null +++ b/test.c @@ -0,0 +1,11 @@ +#include"include.h" +#include"debug.h" + +int main(){ + fAddressGetLength(eAbsolute); + printf("fAddressGetLength Success\n"); + getITFunction(0x00); + printf("getITFunction Success\n"); + getITAddressing(0x00); + printf("getITAddressing Success\n"); +} \ No newline at end of file -- cgit v1.2.3