原型:extern void exit(int retval); 用法:#include <stdlib.h> 功能:结束程序说明:返回值将被忽略举例: // exit.c #include <syslib.h> #include <stdlib.h> ...
確定! 回上一頁