C 预处理程序指令(CPP)

Posted moxiaoyu557

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C 预处理程序指令(CPP)相关的知识,希望对你有一定的参考价值。

#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)的主要内容,如果未能解决你的问题,请参考以下文章

C++程序编译过程

C++程序编译过程

C从源码到运行发生了哪些事

你可以嵌套 C 预处理器指令吗?

Eclipse 问题 - 编译期间不考虑在 .c 和 .cpp 文件中定义的预处理

C 预处理器