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)

ctype.h

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

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

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

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.