summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
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