diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-11 15:35:09 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-11 15:35:09 +1000 |
commit | 79a679f3a3d443b631ad5437b69e729550522fcb (patch) | |
tree | 037eeebbdc8f848960b781575a9f6e0d712758b3 /test.c | |
parent | 07980e780e331352ea81d0176d9028325968a771 (diff) |
commit prior to segfault debugging
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |