diff --git a/Software/Development/Language/C/C_Standard_Library/C_标准库实用说明.md b/Software/Development/Language/C/C_Standard_Library/C_标准库实用说明.md new file mode 100644 index 0000000..1c2647a --- /dev/null +++ b/Software/Development/Language/C/C_Standard_Library/C_标准库实用说明.md @@ -0,0 +1,10 @@ +# C 标准库实用说明 + +## 1.常用头文件 + +```cpp +/* + * 定义了一些标准宏以及类型,如 NULL、size_t、offsetof 等。 + */ +#include +```