C Standard Library header files
提供:cppreference.com
< c
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<assert.h>
|
条件付きでゼロに、その引数を比較しますマクロをコンパイルしました |
<complex.h> (C99以来)
|
複素数演算 |
<ctype.h>
|
関数は、文字データに含まれているタイプを判別します |
<errno.h>
|
マクロは、エラー状況を報告する |
<fenv.h> (C99以来)
|
浮動小数点環境 |
<float.h>
|
float型の限界 |
<inttypes.h> (C99以来)
|
整数型のフォーマット変換 |
<iso646.h> (C99以来)
|
代替演算子のスペル
Original: Alternative operator spellings The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<limits.h>
|
基本型のサイズ |
<locale.h>
|
ローカライゼーションユーティリティ |
<math.h>
|
一般的な数学関数 |
<setjmp.h>
|
非局所ジャンプします |
<signal.h>
|
取扱いを通知します |
<stdalign.h> (C11以来)
|
アライメント制御を入力します
Original: Type alignment control The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<stdarg.h>
|
可変個の引数
Original: Variable arguments The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<stdatomic.h> (C11以来)
|
原子タイプ |
<stdbool.h> (C99以来)
|
マクロbool型をサポートしています |
<stddef.h>
|
共通のマクロ定義
Original: Common macro definitions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<stdint.h> (C99以来)
|
固定幅の整数型 |
<stdio.h>
|
入力/出力 |
<stdlib.h>
|
汎用ユーティリティ:メモリ管理、プログラムユーティリティ、文字列変換、乱数
Original: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<stdnoreturn.h> (C11以来)
|
非返す関数
Original: Non-returning functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<string.h>
|
文字列処理 |
<tgmath.h> (C99以来)
|
型汎用数学(math.hとのcomplex.hを包むマクロ)
Original: 型汎用数学 (macros wrapping math.h and complex.h) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<threads.h> (C11以来)
|
スレッドlibary |
<time.h>
|
時刻/日付Utilitesを |
<uchar.h> (C11以来)
|
UTF-16とUTF-32文字のユーティリティ |
<wchar.h> (C99以来)
|
拡張されたマルチバイト文字とワイド文字のユーティリティ |
<wctype.h> (C99以来)
|
ワイド文字の分類とマッピングユーティリティ |