寒江独钓

博客园 首页 新随笔 联系 订阅 管理

2012年10月8日 #

摘要: #include<stdio.h>#include<process.h>void add(){ printf("**********1*********\n"); printf("**********2*********\n"); exit(1); printf("**********3*********\n"); }int main(){ add(); printf("hello world!\n"); return 1;}输出是:**********1*********"*** 阅读全文
posted @ 2012-10-08 15:23 X.W.LIU 阅读(167) 评论(0) 推荐(0) 编辑