C语言函数大全
函数名:abort 功 能: 异常终止一个进程 用 法: void abort(void) 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i) 函数名: absread
C语言函数大全