linux c 编程 ------ 头文件及其作用
Posted 流水灯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux c 编程 ------ 头文件及其作用相关的知识,希望对你有一定的参考价值。
#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
以上是关于linux c 编程 ------ 头文件及其作用的主要内容,如果未能解决你的问题,请参考以下文章