登录 注册
当前位置:主页 > 资源下载 > 11 > fcntl函数的功能概述

fcntl函数的功能概述

  • 更新:2024-11-05 15:28:44
  • 大小:38KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:DOC

资源介绍

函数可以改变已打开的文件的性质。 #include int fcntl(int fields, int cmd, .../* int arg */); //若成功则依赖于cmd,若出错则返回-1