C Programming/C Reference
From Wikibooks, open books for an open world
|
|
A Wikibookian suggests that C Programming/C Reference/List of C functions be merged into this book or chapter. Discuss whether or not this merger should happen on the discussion page. |
Core language[edit]
- Preprocessing
- Syntax
- Types
Standard libraries by functionality[edit]
- Mathematical functions
- Character string functions
- Date and time functions
- Input output functions
...
Standard libraries by header[edit]
- <assert.h>
- <complex.h>
- <ctype.h>
- <errno.h>
- <fenv.h>
- <float.h>
- <inttypes.h>
- <iso646.h>
- <limits.h>
- <locale.h>
- <math.h>
- <setjmp.h>
- <signal.h>
- <stdarg.h>
- <stdbool.h>
- <stddef.h>
- <stdint.h>
- <stdio.h>
- <stdlib.h>
- <string.h>
- <tgmath.h>
- <time.h>
- <wchar.h>
- <wctype.h>

