码迷,mamicode.com
首页 > 系统相关 > 详细

linux c 编程 ------ 头文件及其作用

时间:2018-08-19 21:52:22      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:stdio.h   int   --   64位   定义   types   bsp   bit   fcntl   

 

#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 编程 ------ 头文件及其作用

标签:stdio.h   int   --   64位   定义   types   bsp   bit   fcntl   

原文地址:https://www.cnblogs.com/god-of-death/p/9502615.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!