摘要:
字母A开头函数函数名: abort功 能: 异常终止一个进程用 法: void abort(void);程序例:#include <stdio.h>#include <stdlib.h>int main(void){printf("Calling abort()\n");abort();return 0; /* This is never reached */}函数名: a... 阅读全文
posted @ 2006-08-03 13:18
josson
阅读(1719)
评论(0)
推荐(0)

浙公网安备 33010602011771号