atexit(设置程序正常结束前调用的函数) 相关函数 _exit,exit,on_exit 表头文件 #include<std
close(关闭文件) 相关函数 open,fcntl,shutdown,unlink,fclose 表头文件 #include<
clearerr(清除文件流的错误旗标) 相关函数 feof 表头文件 #include<stdio.h> 定
getenv(取得环境变量内容) 相关函数 putenv,setenv,unsetenv 表头文件 #include<stdli
access(判断是否具有存取文件的权限) 相关函数 stat,open,chmod,chown,setuid,setgid 表头文件
endgrent(关闭组文件) 相关函数 getgrent,setgrent 表头文件 #include<grp.
asctime(将时间和日期以字符串格式表示) 相关函数 time,ctime,gmtime,localtime 表头文件 #incl
isalnum(测试字符是否为英文或数字) 相关函数 isalpha,isdigit,islower,isupper 表头文件 #include<ctype
accept(接受socket连线) 相关函数 socket,bind,listen,connect 表头文件 #include<
crypt(将密码或数据编码) 相关函数 getpass 表头文件 #define _XOPEN_SOURCE #include<