fcntl函数的功能介绍 时间:2012-07-25 10:45:55 【文件属性】: 文件名称:fcntl函数的功能介绍 文件大小:38KB 文件格式:DOC 更新时间:2012-07-25 10:45:55 fcntl 函数可以改变已打开的文件的性质。 #include int fcntl(int fields, int cmd, .../* int arg */); //若成功则依赖于cmd,若出错则返回-1 立即下载