トップページ > キーワード検索
C言語規格
キーワード検索
構文検索
C言語(その他)
プログラム
その他
キーワード検索(目的別)
■言語キーワード
目的概要
予約語特別な意味を持ったキーワード。変数名などに同名を使用できない
事前定義マクロ定義済みのマクロ。変数名などに同名を使用できない
マクロマクロ宣言で用いることができるキーワード

■C89規格ライブラリ
ヘッダ目的概要
assert.h診断機能プログラムを診断する目的で使用されるマクロなどが定義されている
ctype.h文字操作一文字を変換・判定するための関数などが定義されている
errno.hエラーエラーに関する定義がされている
float.h浮動小数点型の特性浮動小数点に関する上限・下限などが定義されている
limits.h整数型の大きさ整数型に関する上限・下限などが定義されている
locale.h文化圏固有操作実行環境の地域を扱うための関数などが定義されている
math.h数学数学用の関数などが定義されている
setjmp.h非局所分岐実行箇所をジャンプする関数などが定義されている
signal.hシグナル操作シグナル処理を行うための関数などが定義されている
stdarg.h可変個数の実引数可変個引数を扱うための型・マクロなどが定義されている
stddef.h共通の定義汎用的な型やマクロなどが定義されている
stdio.h入出力システムの入力・出力を行うための関数などが定義されている
stdlib.h一般ユーティリティ汎用的な関数やマクロなどが定義されている
string.h文字列操作文字列を変換・判定するための関数などが定義されている
time.h日付および時間システム時間などを扱う関数などが定義されている

■C95規格ライブラリ
ヘッダ目的概要
wchar.h多バイト文字およびワイド文字拡張ユーティリティワイト文字を扱うための関数などが定義されている
wctype.hワイド文字種分類及びワイド文字大文字小文字変換ユーティリティワイド文字の一文字を変換・判定するための関数などが定義されている

■C99規格ライブラリ
ヘッダ目的概要
complex.h複素数計算複素数を扱うための関数などが定義されている
fenv.h浮動小数点環境浮動小数点を扱うための関数などが定義されている
inttypes.h整数型の書式変換整数型の書式変換を扱うための関数などが定義されている
iso646.h代替つづり演算子の代替などが定義されている
stdbool.h論理型及び論理値論理型および論理値を扱うための関数などが定義されている
stdint.h整数型 を扱うための関数などが定義されている
tgmath.h型総称数学関数 を扱うための関数などが定義されている

キーワード検索(アルファベット順)
A B C D E
├○abort()
├○abs()
├○acos()
├○AND演算子
├○ANSI C
├○ASCII
├○asctime()
├○asin()
├○assert()
├○atan()
├○atan2()
├○atexit()
├○atof()
├○atoi()
├○atol()
└○auto
├○bit
├○break
├○BUFSIZ
├○bsearch()
└○byte
├○calloc()
├○case
├○ceil()
├○char
├○CHAR_BIT
├○CHAR_MAX
├○CHAR_MIN
├○clearerr()
├○clock()
├○clock_t
├○CLOCKS_PER_SEC
├○const
├○continue
├○cos()
├○cosh()
├○CPU
└○ctime()
├○default
├○defined
├○difftime()
├○div()
├○div_t
├○do
└○double
├○e, E
├○EDOM
├○else
├○enum
├○EOF
├○ERANGE
├○errno
├○exit()
├○EXIT_FAILURE
├○EXIT_SUCCESS
├○exp()
└○extern
F G H I J
├○fabs()
├○fclose()
├○feof()
├○ferror()
├○fflush()
├○fgetc()
├○fgetpos()
├○fgets()
├○FILE
├○FILENAME_MAX
├○float
├○floor()
├○fmod()
├○fopen()
├○FOPEN_MAX
├○for
├○fpos_t
├○fprintf()
├○fputc()
├○fputs()
├○fread()
├○free()
├○freopen()
├○frexp()
├○fscanf()
├○fseek()
├○fsetpos()
├○ftell()
└○fwrite()
├○getc()
├○getchar()
├○getenv()
├○gets()
├○gmtime()
└○goto
└○HUGE_VAL
├○if
├○int
├○isalnum()
├○isalpha()
├○iscntrl()
├○isdigit()
├○isgraph()
├○ISO
├○islower()
├○isprint()
├○ispunct()
├○isspace()
├○isupper()
└○isxdigit()
├○JIS
└○jum_buf
K L M N O
└○K&R
├○labs()
├○lcov
├○ldexp()
├○ldiv()
├○ldiv_t
├○lint
├○localeconv()
├○localtime()
├○log()
├○log10()
├○long
├○longjmp()
├○lvalue
└○L_tmpnam
├○main()
├○malloc()
├○MB_LEN_MAX
├○MB_CUR_MAX
├○mblen()
├○mbstowcs()
├○mbtowc()
├○memchr()
├○memcmp()
├○memcpy()
├○memmove()
├○memset()
├○mktime()
└○modf()
├○NAND演算
├○NDEBUG
├○NOR演算
├○NOT演算
└○NULL
├○offsetof()
├○OR演算・式
└○OS
P Q R S T
├○perror()
├○pow()
├○printf()
├○ptrdiff_t
├○putc()
├○putchar()
└○puts()
└○qsort()
├○raise()
├○rand()
├○RAND_MAX
├○realloc()
├○register
├○remove()
├○rename()
├○return
└○rewind()
├○scanf()
├○setbuf()
├○setjmp()
├○setlocale()
├○setvbuf()
├○short
├○sig_atomic_t
├○signal()
├○signed
├○sin()
├○sinh()
├○size_t
├○sizeof
├○sprintf()
├○sqrt()
├○srand()
├○sscanf()
├○static
├○stderr
├○stdin
├○stdout
├○strcat()
├○strchr()
├○strcmp()
├○strcoll()
├○strcpy()
├○strcspn()
├○strerror()
├○strftime()
├○strlen()
├○strncat()
├○strncmp()
├○strncpy()
├○strpbrk()
├○strrchr()
├○strspn()
├○strstr()
├○strtod()
├○strtok()
├○strtol()
├○strtoul()
├○struct
├○strxfrm()
├○switch
└○system()
├○tan()
├○tanh()
├○time()
├○TMP_MAX
├○time_t
├○tm
├○tmpfile()
├○tmpnam()
├○tolower()
├○toupper()
└○typedef
U V W XYZ その他
├○ungetc()
├○union
└○unsigned
├○va_arg()
├○va_end()
├○va_list
├○va_start()
├○vfprintf()
├○void
├○volatile
├○vprintf()
└○vsprintf()
├○wchar
├○wcstombs()
├○wctomb()
└○while
├○#演算子
├○#指令
├○##
├○#define
├○#elif
├○#else
├○#endif
├○#error
├○#if
├○#ifdef
├○#ifndef
├○#include
├○#line
├○#pragma
├○#undef
├○_IOFBF
├○_IOLBF
├○_IONBF
├○__DATE__
├○__FILE__
├○__LINE__
├○__STDC__
└○__TIME__



inserted by FC2 system