トップページ > コンテンツ > プログラミング入門 > C言語入門 > C言語の基本まとめ > C標準ライブラリ

  • assert.h(診断系)
  • complex.h(複素数計算)
  • ctype.h(文字操作)
  • errno.h(エラー)
  • fenv.h(浮動小数点環境)
  • float.h(浮動小数点)
  • inttypes.h(整数型書式変換)
  • iso646.h(代替)
  • limits.h(整数型大きさ)
  • locale.h(地域、文化圏固有操作)
  • math.h(数学)
  • setjmp.h(ジャンプ分岐)
  • signal.h(シグナル操作)
  • stdarg.h(可変個引数)
  • stdbool.h(論理型)
  • stddef.h(定義)
  • stdint.h(整数型)
  • stdio.h(入出力)
  • stdlib.h(一般的なユーティリティ関数)
  • string.h(文字列操作)
  • tgmath.h(型総称数学関数)
  • time.h(日付と時間)
  • wchar.h(多バイト文字、ワイド文字)
  • wctype.h(ワイド文字分類、ワイド文字操作)

最終更新:2011年04月02日 16:56