码迷,mamicode.com
首页 > 其他好文 > 详细

C 预处理程序指令(CPP)

时间:2019-06-09 11:28:15      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:eal   方式   ring   types   basename   str   string   order   base   

#include 文件 提供的东西
stdio 提供 FILE、stdin、stdout、stderr 和 fprintf() 函数系列
stdlib 提供 malloc()、calloc()和 realloc()
unistd 提供 EXIT_FALURE、EXIT_SUCCESS、
errno 定义外部 errno 变量及其可以接受的所有值
string 提供 memcpy()、memset()和 strlen()函数系列
getopt 提供外部 optarg、opterr、optind 和 getopt() 函数
libgen 提供 basename()函数
sys/types 类型定义快捷键方式,如 uint32_t  和 uint64_t

C 预处理程序指令(CPP)

标签:eal   方式   ring   types   basename   str   string   order   base   

原文地址:https://www.cnblogs.com/moxiaoyu557/p/10992903.html

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