projects
/
16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107dbc2
)
I ge tthe idea now~
author
sparky4
<sparky4@cock.li>
Sat, 30 May 2015 12:44:13 +0000
(07:44 -0500)
committer
sparky4
<sparky4@cock.li>
Sat, 30 May 2015 12:44:13 +0000
(07:44 -0500)
modified: 16/fmemtest.c
modified: 16/fmemtest.exe
16/fmemtest.c
patch
|
blob
|
history
16/fmemtest.exe
patch
|
blob
|
history
diff --git
a/16/fmemtest.c
b/16/fmemtest.c
index e2c8d74f135216b0b8a495f5105e2d1b6226004d..a62e26dc36c6ba3d6bfc3367c249f7b816e6fc7c 100644
(file)
--- a/
16/fmemtest.c
+++ b/
16/fmemtest.c
@@
-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);
diff --git
a/16/fmemtest.exe
b/16/fmemtest.exe
index 6bf6c674dddfc1188478109655a8dec46623e45e..1242947c7d17989f1ee6cb1f77d739dfd1a5d438 100644
(file)
Binary files a/16/fmemtest.exe and b/16/fmemtest.exe differ