Programar em C/Lista de funções

Origem: Wikilivros, livros abertos por um mundo aberto.

Aqui estão as várias funções presentes em C separadas por cabeçalho:

  • stdio.h
    • printf
    • scanf
    • vsnprintf
    • sprintf
    • vprintf
    • fprintf
    • fscanf
    • feof
    • fflush
    • calloc
    • malloc
    • system
    • gets
    • fgets
    • puts
    • fputs
  • stdlib.h
    • atoi
    • atof
    • atol
    • itoa
  • string.h
    • strcmp
    • stricmp
    • strlen
    • strstr
    • strcat
    • strcpy
    • strncpy
    • strncat
    • strchr
    • strrev
  • signal.h
  • iso10646.h
  • time.h
  • math.h
    • tan
    • sin
    • cos
    • atan
    • asin
    • acos
    • pow
    • sqrt
    • abs