Fork me on GitHub

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
posted @ 2019-06-09 11:07  墨小语  阅读(198)  评论(0编辑  收藏  举报