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.

  • (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)

float.h

  • (sin funciones)

limits.h

  • (sin funciones)

locale.h

  • localeconv
  • setlocale
  • acos
  • asin
  • atan
  • atan2
  • atof
  • ceil
  • cos
  • cosh
  • exp
  • fabs
  • floor
  • fmod
  • frexp
  • ldexp
  • log
  • log10
  • modf
  • pow
  • sin
  • sinh
  • sqrt
  • tan
  • tanh
  • longjmp, setjmp
  • signal
  • raise

stdarg.h

  • (sin funciones)

stddef.h

  • offsetof
  • 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
  • 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

Véase también