摘要: #include //被替换函数 void test(void) { int a=10; char s[10]={0}; printf("a=%d,s=%s\n",a,s); } int main(int argc ,char **argv) { test(); printf("hello world!\n"); return 0; } /... 阅读全文
posted @ 2017-03-11 16:35 ezway 阅读(273) 评论(0) 推荐(0)