diff options
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 |