摘要:
#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
阅读(173)
评论(0)
推荐(0)
浙公网安备 33010602011771号