Anexo:Funciones de la biblioteca estándar de C
Apariencia
(Redirigido desde «Lista de funciones en 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.
- (sin funciones)
- (no estándar) digittoint
- isalnum
- isalpha
- (no estándar) isascii
- (no estándar) isblank
- iscntrl
- isdigit
- isgraph
- islower
- isprint
- ispunct
- isspace
- isupper
- isxdigit
- (no estándar) toascii
- tolower
- toupper
- (sin funciones)
- (sin funciones)
- (sin funciones)
- acos
- asin
- atan
- atan2
- atof
- ceil
- cos
- cosh
- exp
- fabs
- floor
- fmod
- frexp
- ldexp
- log
- log10
- modf
- pow
- sin
- sinh
- sqrt
- tan
- tanh
- (sin funciones)
- 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
- 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
- memchr
- memcmp
- memcpy
- memmove
- memset
- strcat, strncat
- strchr
- strcmp, strncmp
- strcoll
- strcpy, strncpy
- strcspn
- strerror
- strlen
- strpbrk
- strrchr
- strspn
- strstr
- strtok
- strxfrm