From Wikipedia, the free encyclopedia
This article may need to be wikified to meet Wikipedia's quality standards. Please help by addingrelevant internal links, or by improving the article's layout. (May 2009)
The predefined functions used in the C standard library, and a few of the non-standard functions, include:
- assert.h
assert (macro)
- complex.h
- ctype.h
- errno.h
(no functions)
- float.h
(no functions)
- inttypes.h
- iso646.h
(no functions)
- limits.h
(no functions)
- locale.h
- math.h
- setjmp.h
- signal.h
- stdarg.h
va_arg (macro)
va_copy (macro)
va_end (macro)
va_start (macro)
- stddef.h
offsetof (macro)
- stdio.h
- stdlib.h
- string.h
- time.h
- wchar.h
- wctype.h
[edit]Non-standard headers
- alloc.h
- conio.h
- netdb.h
-
[hide]v · d · eC programming language
C standard library · glibc · dietlibc · uClibc · Newlib · EGLIBC
Features
String · Syntax · Preprocessor · Variable types and declarations · Functions
Select descendants
C and other languages
C and C++ (Compatibility · Operators) · Comparison of Pascal and C · C to Java byte-code compiler
Categories: C standard library | C programming language | Lists of programming languages
源文档 <http://en.wikipedia.org/wiki/List_of_C_functions>
List of C functions
最新推荐文章于 2024-10-10 09:29:40 发布
本文列举了C标准库中预定义的函数,包括数学运算、字符串处理、输入输出等功能。这些函数为C语言开发者提供了丰富的工具箱。
2057

被折叠的 条评论
为什么被折叠?



