1.【标准现场保护与恢复】 示例:
- test.c
-
- #include <stdio.h>
-
- void fun(int a)
- {
- printf("***********************%d*****************",a);
- }
-
- int main(void)
- {
- int i = 1993;
-
- fun(i);
-
- return 0;
- }
http://blog.youkuaiyun.com/xgx198831/article/details/19247739
http://blog.youkuaiyun.com/zhou1232006/article/details/6149548
http://www.cnblogs.com/kele-dad/p/6935287.html
http://blog.youkuaiyun.com/gujintong1110/article/details/21835123?locationNum=9&fps=1
http://blog.youkuaiyun.com/sourthstar/article/details/7750824?locationNum=3&fps=1