#include <stdio.h>

  printf

#include <sys/types.h>

  基本系统数据类型。系统的基本数据类型在32编译环境中保持为32位值,在64编译环境中为64位值

#include <sys/stat.h>

  

#include <fcntl.h>

  open

  此头文件内有 #include <bits/fcntl.h>,"bits/fcntl.h"定义了O_RDWR

#include <unistd.h>

  close

#include <sys/ioctl.h>

  ioctl

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-09-15
  • 2021-12-05
  • 2021-06-12
  • 2021-08-02
  • 2021-09-19
猜你喜欢
  • 2022-12-23
  • 2021-04-26
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
相关资源
相似解决方案