The C standard library, sometimes referred to as libc, [citation needed] is the standard library for the C programming language, as specified in the ISO C standard. [1] .
C 标准库(C Standard Library)包含了一组头文件,这些头文件提供了许多函数和宏,用于处理输入输出、字符串操作、数学计算、内存管理等常见编程任务。 谁适合阅读本教程? C 标准库可以作为 C 程序员的参考手册,C 程序员在开发系统编程相关的项目时可以参阅这个手册。 系统相关的每一个步骤帮助他们参考。 我们以易于理解的方式对所有的 C 函数进行讲解,您可以直接在项目中复制使用这些项目。 对 C 语言有基本的了解将有助于您理解本标准库涵盖的 C 内置函数 …
This header defines several general purpose functions, including dynamic memory management, random number generation, communication with the environment, integer arithmetics, searching, sorting and converting.