Anexo:Funciones de la biblioteca estándar de C
El propósito de este artículo es proporcionar un listado alfabético de todas las funciones de la biblioteca estándar de C, y unas pocas funciones no estándar.
assert.h
- (sin funciones)
errno.h
- (sin funciones)
float.h
- (sin funciones)
limits.h
- (sin funciones)
locale.h
- localeconv
- setlocale
math.h
- acos
- asin
- atan
- atan2
- atof
- ceil
- cos
- cosh
- exp
- fabs
- floor
- fmod
- frexp
- ldexp
- log
- log10
- modf
- pow
- sin
- sinh
- sqrt
- tan
- tanh
setjmp.h
- longjmp, setjmp
signal.h
- signal
- raise
stdarg.h
- (sin funciones)
stddef.h
- offsetof
stdio.h
- clearerr
- fclose
- feof
- ferror
- fflush
- fgetc
- fgetpos
- fgets
- fopen, freopen, (no estándar) fdopen
- fprintf
- fputc
- fputs
- fread
- fscanf
- fseek
- fsetpos
- ftell
- fwrite
- getc
- getchar
- gets
- perror
- popen
- printf, fprintf, sprintf, (no estándar) snprintf
- putc
- putchar, (no estándar) fputchar
- puts
- remove
- rename
- rewind
- scanf, fscanf, sscanf; (no estándar) vfscanf, vscanf, vsscanf
- setbuf
- setvbuf
- tmpfile
- tmpnam
- ungetc
- vprintf, vfprintf, vsprintf
stdlib.h
- abort
- abs, labs
- atexit
- atof
- atoi
- atol
- bsearch
- calloc
- div, ldiv
- exit
- free
- (no estándar) itoa
- getenv
- ldiv
- (no estándar) ltoa
- malloc, calloc, and realloc
- qsort
- rand
- srand
- strtod
- strtol
- strtoul
- system
string.h
- memchr
- memcmp
- memcpy
- memmove
- memset
- strcat, strncat
- strchr
- strcmp, strncmp
- strcoll
- strcpy, strncpy
- strcspn
- strerror
- strlen
- strpbrk
- strrchr
- strspn
- strstr
- strtok
- strxfrm
time.h
- asctime
- clock
- ctime
- difftime
- gmtime
- localtime
- mktime
- strftime
- time
Fichero cabeceras no estándar
alloc.h
- farmalloc
Cabeceras POSIX
fcntl.h
- creat
- fcntl
- open
- posix_fadvise
- posix_fallocate
sys/msg.h
- msgctl
- msgget
- msgrcv
- msgsnd
sys/ipc.h
- ftok
sys/shm.h
- shmat
- shmctl
- shmdt
- shmget
sys/sem.h
- semctl
- semget
- semop
Véase también
Este artículo ha sido escrito por Wikipedia. El texto está disponible bajo la licencia Creative Commons - Atribución - CompartirIgual. Pueden aplicarse cláusulas adicionales a los archivos multimedia.