shanon

常用链接

统计

最新评论

真是豁然开朗,Intel 是倒着存的,哦,明白了,谢谢!!!!!!!!!!
一个C 的问题? shanon 2005-12-13 16:18
下面程序的在Intel X86系列CPU上的运行结果是什么:


#include <stdio.h>
main()
{ struct {int m; int n;} s = {0x70706168, 0x79}; printf("%s", &s));
}