This is an old revision of this page, as edited by Tothwolf (talk | contribs) at 14:53, 22 July 2008 (Fixed memcpy wikilink broken in revision 186798918 by 196.205.224.111 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 14:53, 22 July 2008 by Tothwolf (talk | contribs) (Fixed memcpy wikilink broken in revision 186798918 by 196.205.224.111 (talk))(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)This page aims to alphabetically list all the predefined functions used in the C standard library, and a few of the non-standard functions.
- assert.h
- (no functions)
- ctype.h
- errno.h
- (no functions)
- float.h
- (no functions)
- limits.h
- (no functions)
- locale.h
- math.h
- setjmp.h
- signal.h
- stdarg.h
- (no functions)
- stddef.h
- (macro) offsetof
- stdio.h
- clearerr
- fclose
- feof
- ferror
- fflush
- fgetc
- fgetpos
- fgets
- fopen, freopen, (non-standard) fdopen
- fprintf
- fputc
- fputs
- fread
- fscanf
- fseek
- fsetpos
- ftell
- fwrite
- getc
- getchar
- gets
- perror
- printf, fprintf, sprintf, (non-standard) snprintf
- putc
- putchar, (non-standard) fputchar
- puts
- remove
- rename
- rewind
- scanf, fscanf, sscanf; (non-standard:) vfscanf, vscanf, vsscanf
- setbuf
- setvbuf
- tmpfile
- tmpnam
- ungetc
- vprintf, vfprintf, vsprintf
- stdlib.h
- string.h
- time.h
- wchar.h
- btowc
- fgetwc
- fgetws
- fputwc
- fputws
- fwide
- fwprintf
- fwscanf
- (macro) getwc
- (macro) getwchar
- mbrlen
- mbrtowc
- mbsinit
- mbsrtowcs
- (macro) putwc
- (macro) putwchar
- swprintf
- swscanf
- ungetwc
- vfwprintf
- vswprintf
- vwprintf
- wcrtomb
- wcscat
- wcschr
- wcscmp
- wcscoll
- wcscpy
- wcscspn
- wcsftime
- wcslen
- wcsncat
- wcsncmp
- wcsncpy
- wcspbrk
- wcsrchr
- wcsrtombs
- wcsspn
- wcsstr
- wcstod
- wcstok
- wcstol
- wcstoul
- wcsxfrm
- wctob
- wmemchr
- wmemcmp
- wmemcpy
- wmemmove
- wmemset
- wprintf
- wscanf
- wctype.h
Non-standard headers
C programming language | |||||
---|---|---|---|---|---|
Features | |||||
Standard library |
| ||||
Compilers | |||||
IDEs | |||||
Comparison with other languages | |||||
Descendant languages | |||||
Designer | |||||
Memcpy: memcpy()
Categories: