C標準ライブラリ

Last-modified: 2007-11-12 (月) 13:34:29

システム

出力

  • printf
  • fprintf

メモリ

  • malloc
  • free
  • realloc
  • memcmp
  • memcpy

ファイル

  • fopen
  • fclose
  • fread
  • fwrite
  • fseek
  • ftell
  • fprintf
  • fscanf
  • fflush
  • fputs

文字操作

マルチバイト文字

  • sprintf
  • sscanf
  • strcat
  • strlen
  • strcmp
  • strcpy
  • strncat
  • strncmp
  • strncpy
  • atoi

ワイドバイト文字

  • wcscat
  • wcslen
  • wcscmp
  • wcscpy
  • wcsncat
  • wcsncmp
  • wcsncpy

数学

  • abs
  • acos
  • asin
  • atan
  • atan2
  • cos
  • sin
  • tan
  • exp
  • sqrt
  • log
  • log10

言語

その他