summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-11 15:35:09 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-11 15:35:09 +1000
commit79a679f3a3d443b631ad5437b69e729550522fcb (patch)
tree037eeebbdc8f848960b781575a9f6e0d712758b3 /test.c
parent07980e780e331352ea81d0176d9028325968a771 (diff)
commit prior to segfault debugging
Diffstat (limited to 'test.c')
-rw-r--r--test.c11
1 files changed, 11 insertions, 0 deletions
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