]> 4ch.mooo.com Git - 16.git/blobdiff - 16/fmemtest.c
okies~ adding exmm testing stuff to the makefile~
[16.git] / 16 / fmemtest.c
index e2c8d74f135216b0b8a495f5105e2d1b6226004d..a62e26dc36c6ba3d6bfc3367c249f7b816e6fc7c 100644 (file)
@@ -8,6 +8,7 @@ main(int argc, char *argv[])
        int *ptr0=&x;
 
        //ptr=&x;
+       printf("&main()=%Fp\n", *argv[0]);
        printf("ptr0=%Fp\n", ptr0);
        //printf("&ptr0=%Fp\n", &ptr0);
        printf("*ptr0=%d\n", *ptr0);