C语言库函数手册CHM版
函数名:abort
功能:异常终止一个进程
用法:voidabort(void);
程序例:
#include
#include
intmain(void)
{
printf("Callingabort()\n");
abort();
return0;/*Thisisneverreached*/
}
函数名:abs
功能:求整数的绝对值
用法:intabs(inti);
程序例:
#include
#include
intm
下载地址
用户评论
在我的win8上,打不开
不是很合适,但比没有好。
确实不好用
好难查找,不够人性化啊