错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Introduction to C Standard Library

  • Slobodan Dmitrović

摘要

The C compiler is accompanied by a number of useful functions and macros called the C standard library. These functions are defined in standard-library header files. To use the C standard-library functions, we simply include the appropriate header into our program. Here are some of the C standard-library headers: