#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
05-26 22:11