Namespaces
Variants

Symbol Index

From cppreference.net
< c


このページは、 Standard Library から利用可能なすべてのシンボルをリストアップしようとしています。シンボルは以下のように記述されています:

  • () を伴う関数名。
  • Generic 関数名(例: atomics )は (generic) でマークされています。

マクロシンボル は別ページにリストされています。

目次

_ A B C D E F G H I J L M N O P Q R S T U V W


マクロ

_ (アンダースコア)

_Exit() (C99以降)

A

abort()
abort_handler_s() (C11以降)
abs()
acos()
acosf() (C99以降)
acosh() (C99以降)
acoshf() (C99以降)
acoshl() (C99以降)
acosl() (C99以降)
aligned_alloc() (C11以降)
asctime() (C23で非推奨)
asctime_s() (C11以降)
asin()
asinf() (C99以降)
asinh() (C99以降)
asinhf() (C99以降)
asinhl() (C99以降)
asinl() (C99以降)
at_quick_exit() (C11以降)
atan()
atan2()
atan2f() (C99以降)
atan2l() (C99以降)
atanf() (C99以降)
atanh() (C99以降)
atanhf() (C99以降)
atanhl() (C99以降)
atanl() (C99以降)
atexit()
atof()
atoi()
atol()
atoll() (C99以降)

atomic_ type

atomic_bool (C11以降)
atomic_char (C11以降)
atomic_char16_t (C11以降)
atomic_char32_t (C11以降)
atomic_int (C11以降)
atomic_int_fast16_t (C11以降)
atomic_int_fast32_t (C11以降)
atomic_int_fast64_t (C11以降)
atomic_int_fast8_t (C11以降)
atomic_int_least16_t (C11以降)
atomic_int_least32_t (C11以降)
atomic_int_least64_t (C11以降)
atomic_int_least8_t (C11以降)
atomic_intmax_t (C11以降)
atomic_intptr_t (C11以降)
atomic_llong (C11以降)
atomic_long (C11以降)
atomic_ptrdiff_t (C11以降)
atomic_schar (C11以降)
atomic_short (C11以降)
atomic_size_t (C11以降)
atomic_uchar (C11以降)
atomic_uint (C11以降)
atomic_uint_fast16_t (C11以降)
atomic_uint_fast32_t (C11以降)
atomic_uint_fast64_t (C11以降)
atomic_uint_fast8_t (C11以降)
atomic_uint_least16_t (C11以降)
atomic_uint_least32_t (C11以降)
atomic_uint_least64_t (C11以降)
atomic_uint_least8_t (C11以降)
atomic_uintmax_t (C11以降)
atomic_uintptr_t (C11以降)
atomic_ullong (C11以降)
atomic_ulong (C11以降)
atomic_ushort (C11以降)
atomic_wchar_t (C11以降)

atomic_compare_exchange_strong() (ジェネリック) (C11以降)
atomic_compare_exchange_strong_explicit() (ジェネリック) (C11以降)
atomic_compare_exchange_weak() (ジェネリック) (C11以降)
atomic_compare_exchange_weak_explicit() (ジェネリック) (C11以降)
atomic_exchange() (ジェネリック) (C11以降)
atomic_exchange_explicit() (ジェネリック) (C11以降)
atomic_fetch_add() (ジェネリック) (C11以降)
atomic_fetch_add_explicit() (ジェネリック) (C11以降)
atomic_fetch_and() (ジェネリック) (C11以降)
atomic_fetch_and_explicit() (ジェネリック) (C11以降)
atomic_fetch_or() (ジェネリック) (C11以降)
atomic_fetch_or_explicit() (ジェネリック) (C11以降)
atomic_fetch_sub() (ジェネリック) (C11以降)
atomic_fetch_sub_explicit() (ジェネリック) (C11以降)
atomic_fetch_xor() (ジェネリック) (C11以降)
atomic_fetch_xor_explicit() (ジェネリック) (C11以降)
atomic_flag (C11以降)
atomic_flag_clear() (C11以降)
atomic_flag_clear_explicit() (C11以降)
atomic_flag_test_and_set() (C11以降)
atomic_flag_test_and_set_explicit() (C11以降)
atomic_init() (ジェネリック) (C11以降)
atomic_is_lock_free() (ジェネリック) (C11以降)
atomic_load() (ジェネリック) (C11以降)
atomic_load_explicit() (ジェネリック) (C11以降)
atomic_signal_fence() (C11以降)
atomic_store() (ジェネリック) (C11以降)
atomic_store_explicit() (ジェネリック) (C11以降)
atomic_thread_fence() (C11以降)

B

bsearch()
bsearch_s() (C11以降)
btowc() (C95以降)

C

c16rtomb() (C11以降)
c32rtomb() (C11以降)
cabs() (C99以降)
cabsf() (C99以降)
cabsl() (C99以降)
cacos() (C99以降)
cacosf() (C99以降)
cacosh() (C99以降)
cacoshf() (C99以降)
cacoshl() (C99以降)
cacosl() (C99以降)
call_once() (C11以降)
calloc()
carg() (C99以降)
cargf() (C99以降)
cargl() (C99以降)
casin() (C99以降)
casinf() (C99以降)
casinh() (C99以降)
casinhf() (C99以降)
casinhl() (C99以降)
casinl() (C99以降)
catan() (C99以降)
catanf() (C99以降)
catanh() (C99以降)
catanhf() (C99以降)
catanhl() (C99以降)
catanl() (C99以降)
cbrt() (C99以降)
cbrtf() (C99以降)
cbrtl() (C99以降)
ccos() (C99以降)
ccosf() (C99以降)
ccosh() (C99以降)
ccoshf() (C99以降)
ccoshl() (C99以降)
ccosl() (C99以降)
ceil()
ceilf() (C99以降)
ceill() (C99以降)
cexp() (C99以降)
cexpf() (C99以降)
cexpl() (C99以降)
char16_t (C11以降)
char32_t (C11以降)
cimag() (C99以降)
cimagf() (C99以降)
cimagl() (C99以降)
clearerr()
clock()
clock_t
clog() (C99以降)
clogf() (C99以降)
clogl() (C99以降)
cnd_broadcast() (C11以降)
cnd_destroy() (C11以降)
cnd_init() (C11以降)
cnd_signal() (C11以降)
cnd_t (C11以降)
cnd_timedwait() (C11以降)
cnd_wait() (C11以降)
conj() (C99以降)
conjf() (C99以降)
conjl() (C99以降)
constraint_handler_t (C11以降)
copysign() (C99以降)
copysignf() (C99以降)
copysignl() (C99以降)
cos()
cosf() (C99以降)
cosh()
coshf() (C99以降)
coshl() (C99以降)
cosl() (C99以降)
cpow() (C99以降)
cpowf() (C99以降)
cpowl() (C99以降)
cproj() (C99以降)
cprojf() (C99以降)
cprojl() (C99以降)
creal() (C99以降)
crealf() (C99以降)
creall() (C99以降)
csin() (C99以降)
csinf() (C99以降)
csinh() (C99以降)
csinhf() (C99以降)
csinhl() (C99以降)
csinl() (C99以降)
csqrt() (C99以降)
csqrtf() (C99以降)
csqrtl() (C99以降)
ctan() (C99以降)
ctanf() (C99以降)
ctanh() (C99以降)
ctanhf() (C99以降)
ctanhl() (C99以降)
ctanl() (C99以降)
ctime() (C23で非推奨)
ctime_s() (C11以降)

D

difftime()
div()
div_t
double_t (C99以降)

E

erf() (C99以降)
erfc() (C99以降)
erfcf() (C99以降)
erfcl() (C99以降)
erff() (C99以降)
erfl() (C99以降)
errno_t (C11以降)
exit()
exp()
exp2() (C99以降)
exp2f() (C99以降)
exp2l() (C99以降)
expf() (C99以降)
expl() (C99以降)
expm1() (C99以降)
expm1f() (C99以降)
expm1l() (C99以降)

F

fabs()
fabsf() (C99以降)
fabsl() (C99以降)
fclose()
fdim() (C99以降)
fdimf() (C99以降)
fdiml() (C99以降)
feclearexcept() (C99以降)
fegetenv() (C99以降)
fegetexceptflag() (C99以降)
fegetround() (C99以降)
feholdexcept() (C99以降)
fenv_t (C99以降)
feof()
feraiseexcept() (C99以降)
ferror()
fesetenv() (C99以降)
fesetexceptflag() (C99以降)
fesetround() (C99以降)
fetestexcept() (C99以降)
feupdateenv() (C99以降)
fexcept_t (C99以降)
fflush()
fgetc()
fgetpos()
fgets()
fgetwc() (C95以降)
fgetws() (C95以降)
FILE
float_t (C99以降)
floor()
floorf() (C99以降)
floorl() (C99以降)
fma() (C99以降)
fmaf() (C99以降)
fmal() (C99以降)
fmax() (C99以降)
fmaxf() (C99以降)
fmaxl() (C99以降)
fmin() (C99以降)
fminf() (C99以降)
fminl() (C99以降)
fmod()
fmodf() (C99以降)
fmodl() (C99以降)
fopen()
fopen_s() (C11以降)
fpos_t
fprintf()
fprintf_s() (C11以降)
fputc()
fputs()
fputwc() (C95以降)
fputws() (C95以降)
fread()
free()
freopen()
freopen_s() (C11以降)
frexp()
frexpf() (C99以降)
frexpl() (C99以降)
fscanf()
fscanf_s() (C11以降)
fseek()
fsetpos()
ftell()
fwide() (C95以降)
fwprintf() (C95以降)
fwprintf_s() (C11以降)
fwrite()
fwscanf() (C95以降)
fwscanf_s() (C11以降)

G

getc()
getchar()
getenv()
getenv_s() (C11以降)
gets() (C11で削除)
gets_s() (C11以降)
getwc() (C95以降)
getwchar() (C95以降)
gmtime()
gmtime_r() (C23以降)
gmtime_s() (C11以降)

H

hypot() (C99以降)
hypotf() (C99以降)
hypotl() (C99以降)

I

ignore_handler_s() (C11以降)
ilogb() (C99以降)
ilogbf() (C99以降)
ilogbl() (C99以降)
imaxabs() (C99以降)
imaxdiv() (C99以降)
imaxdiv_t (C99以降)

int width _t

int_fast16_t (C99以降)
int_fast32_t (C99以降)
int_fast64_t (C99以降)
int_fast8_t (C99以降)
int_least16_t (C99以降)
int_least32_t (C99以降)
int_least64_t (C99以降)
int_least8_t (C99以降)
int16_t (C99以降)
int32_t (C99以降)
int64_t (C99以降)
int8_t (C99以降)
intmax_t (C99以降)
intptr_t (C99以降)

isalnum()
isalpha()
isblank() (C99以降)
iscntrl()
isdigit()
isgraph()
islower()
isprint()
ispunct()
isspace()
isupper()
iswalnum() (C95以降)
iswalpha() (C95以降)
iswblank() (C99以降)
iswcntrl() (C95以降)
iswctype() (C95以降)
iswdigit() (C95以降)
iswgraph() (C95以降)
iswlower() (C95以降)
iswprint() (C95以降)
iswpunct() (C95以降)
iswspace() (C95以降)
iswupper() (C95以降)
iswxdigit() (C95以降)
isxdigit()

J

jmp_buf

L

labs()
lconv
ldexp()
ldexpf() (C99以降)
ldexpl() (C99以降)
ldiv()
ldiv_t
lgamma() (C99以降)
lgammaf() (C99以降)
lgammal() (C99以降)
llabs() (C99以降)
lldiv() (C99以降)
lldiv_t (C99以降)
llrint() (C99以降)
llrintf() (C99以降)
llrintl() (C99以降)
llround() (C99以降)
llroundf() (C99以降)
llroundl() (C99以降)
localeconv()
localtime()
localtime_r() (C23以降)
localtime_s() (C11以降)
log()
log10()
log10f() (C99以降)
log10l() (C99以降)
log1p() (C99以降)
log1pf() (C99以降)
log1pl() (C99以降)
log2() (C99以降)
log2f() (C99以降)
log2l() (C99以降)
logb() (C99以降)
logbf() (C99以降)
logbl() (C99以降)
logf() (C99以降)
logl() (C99以降)
longjmp()
lrint() (C99以降)
lrintf() (C99以降)
lrintl() (C99以降)
lround() (C99以降)
lroundf() (C99以降)
lroundl() (C99以降)

M

malloc()
max_align_t (C11以降)
mblen()
mbrlen() (C95以降)
mbrtoc16() (C11以降)
mbrtoc32() (C11以降)
mbrtowc() (C95以降)
mbsinit() (C95以降)
mbsrtowcs() (C95以降)
mbsrtowcs_s() (C11以降)
mbstate_t (C95以降)
mbstowcs() (C95以降)
mbstowcs_s() (C11以降)
mbtowc()
memccpy() (C23以降)
memchr()
memcmp()
memcpy()
memcpy_s() (C11以降)
memmove()
memmove_s() (C11以降)
memory_order (C11以降)
memory_order_acq_rel (C11以降)
memory_order_acquire (C11以降)
memory_order_consume (C11以降)
memory_order_relaxed (C11以降)
memory_order_release (C11以降)
memory_order_seq_cst (C11以降)
memset()
memset_s() (C11以降)
memset_explicit() (C23以降)
mktime()
modf()
modff() (C99以降)
modfl() (C99以降)
mtx_destroy() (C11以降)
mtx_init() (C11以降)
mtx_lock() (C11以降)
mtx_plain (C11以降)
mtx_recursive (C11以降)
mtx_t (C11以降)
mtx_timed (C11以降)
mtx_timedlock() (C11以降)
mtx_trylock() (C11以降)
mtx_unlock() (C11以降)

N

nan() (C99以降)
nanf() (C99以降)
nanl() (C99以降)
nearbyint() (C99以降)
nearbyintf() (C99以降)
nearbyintl() (C99以降)
nextafter() (C99以降)
nextafterf() (C99以降)
nextafterl() (C99以降)
nexttoward() (C99以降)
nexttowardf() (C99以降)
nexttowardl() (C99以降)

O

once_flag (C11以降)

P

perror()
pow()
powf() (C99以降)
powl() (C99以降)
printf()
printf_s() (C11以降)
ptrdiff_t
putc()
putchar()
puts()
putwc() (C95以降)
putwchar() (C95以降)

Q

qsort()
qsort_s() (C11以降)
quick_exit() (C11以降)

R

raise()
rand()
realloc()
remainder() (C99以降)
remainderf() (C99以降)
remainderl() (C99以降)
remove()
remquo() (C99以降)
remquof() (C99以降)
remquol() (C99以降)
rename()
rewind()
rint() (C99以降)
rintf() (C99以降)
rintl() (C99以降)
round() (C99以降)
roundf() (C99以降)
roundl() (C99以降)
rsize_t (C11以降)

S

scalbln() (C99以降)
scalblnf() (C99以降)
scalblnl() (C99以降)
scalbn() (C99以降)
scalbnf() (C99以降)
scalbnl() (C99以降)
scanf()
scanf_s() (C11以降)
set_constraint_handler_s() (C11以降)
setbuf()
setlocale()
setvbuf()
sig_atomic_t
signal()
sin()
sinf() (C99以降)
sinh()
sinhf() (C99以降)
sinhl() (C99以降)
sinl() (C99以降)
size_t
snprintf() (C99以降)
snprintf_s() (C11以降)
snwprintf_s() (C11以降)
sprintf()
sprintf_s() (C11以降)
sqrt()
sqrtf() (C99以降)
sqrtl() (C99以降)
srand()
sscanf()
sscanf_s() (C11以降)
strcat()
strcat_s() (C11以降)
strchr()
strcmp()
strcoll()
strcpy()
strcpy_s() (C11以降)
strcspn()
strdup() (C23以降)
strerror()
strerror_s() (C11以降)
strerrorlen_s() (C11以降)
strftime()
strlen()
strncat()
strncat_s() **日本語訳:** strncat_s() **説明:** - HTMLタグと属性は翻訳せず、元のフォーマットを保持しています - ` `タグ内のテキストはC++関数名であるため翻訳していません - タイトル属性のパスも技術的な参照先であるため翻訳していません (C11以降)
strncmp()
strncpy()
strncpy_s() (C11以降)
strndup() (C23以降)
strnlen_s() (C11以降)
strpbrk()
strrchr()
strspn()
strstr()
strtod()
strtof() (C99以降)
strtoimax() (C99以降)
strtok()
strtok_s() (C11以降)
strtol()
strtold() (C99以降)
strtoll() (C99以降)
strtoul()
strtoull() (C99以降)
strtoumax() (C99以降)
strxfrm()
swprintf() (C95以降)
swprintf_s() (C11以降)
swscanf() (C95以降)
swscanf_s() (C11以降)
system()

T

tan()
tanf() (C99以降)
tanh() (C99以降)
tanhf() (C99以降)
tanhl() (C99以降)
tanl() (C99以降)
tgamma() (C99以降)
tgammaf() (C99以降)
tgammal() (C99以降)
thrd_busy (C11以降)
thrd_create() (C11以降)
thrd_current() (C11以降)
thrd_detach() (C11以降)
thrd_equal() (C11以降)
thrd_error (C11以降)
thrd_exit() (C11以降)
thrd_join() (C11以降)
thrd_nomem (C11以降)
thrd_sleep() (C11以降)
thrd_start_t (C11以降)
thrd_success (C11以降)
thrd_t (C11以降)
thrd_timedout (C11以降)
thrd_yield() (C11以降)
time()
time_t
timespec (C11以降)
timespec_get() (C11以降)
timespec_getres() (C23以降)
tm
tmpfile()
tmpfile_s() (C11以降)
tmpnam()
tmpnam_s() (C11以降)
tolower()
toupper()
towctrans() (C95以降)
towlower() (C95以降)
towupper() (C95以降)
trunc() (C99以降)
truncf() (C99以降)
truncl() (C99以降)
tss_create() (C11以降)
tss_delete() (C11以降)
tss_dtor_t (C11以降)
tss_get() (C11以降)
tss_set() (C11以降)
tss_t (C11以降)

U

uint width _t

uint_fast16_t (C99以降)
uint_fast32_t (C99以降)
uint_fast64_t (C99以降)
uint_fast8_t (C99以降)
uint_least16_t (C99以降)
uint_least32_t (C99以降)
uint_least64_t (C99以降)
uint_least8_t (C99以降)
uint16_t (C99以降)
uint32_t (C99以降)
uint64_t (C99以降)
uint8_t (C99以降)
uintmax_t (C99以降)
uintptr_t (C99以降)

ungetc()
ungetwc() (C95以降)

V

vfprintf()
vfprintf_s() (C11以降)
vfscanf() (C99以降)
vfscanf_s() (C11以降)
vfwprintf() (C95以降)
vfwprintf_s() (C11以降)
vfwscanf() (C99以降)
vfwscanf_s() (C11以降)
vprintf()
vprintf_s() (C11以降)
vscanf() (C99以降)
vscanf_s() (C11以降)
vsnprintf() (C99以降)
vsnprintf_s() (C11以降)
vsnwprintf_s() (C11以降)
vsprintf()
vsprintf_s() (C11以降)
vsscanf() (C99以降)
vsscanf_s() (C11以降)
vswprintf() (C95以降)
vswprintf_s() (C11以降)
vswscanf() (C99以降)
vswscanf_s() (C11以降)
vwprintf() (C95以降)
vwprintf_s() (C11以降)
vwscanf() (C99以降)
vwscanf_s() (C11以降)

W

wchar_t
wcrtomb() (C95以降)
wcrtomb_s() (C11以降)
wcscat() (C95以降)
wcscat_s() (C11以降)
wcschr() (C95以降)
wcscmp() (C95以降)
wcscoll() (C95以降)
wcscpy() (C95以降)
wcscpy_s() (C11以降)
wcscspn() (C95以降)
wcsftime() (C95以降)
wcslen() (C95以降)
wcsncat() (C95以降)
wcsncat_s() (C11以降)
wcsncmp() (C95以降)
wcsncpy() (C95以降)
wcsncpy_s() (C11以降)
wcsnlen_s() (C11以降)
wcspbrk() (C95以降)
wcsrchr() (C95以降)
wcsrtombs() (C95以降)
wcsrtombs_s() (C11以降)
wcsspn() (C95以降)
wcsstr() (C95以降)
wcstod() (C95以降)
wcstof() (C99以降)
wcstoimax() (C99以降)
wcstok() (C95以降)
wcstok_s() (C11以降)
wcstol() (C95以降)
wcstold() (C99以降)
wcstoll() (C99以降)
wcstombs()
wcstombs_s() (C11以降)
wcstoul() (C95以降)
wcstoull() (C99以降)
wcstoumax() (C99以降)
wcsxfrm() (C95以降)
wctob() (C95以降)
wctomb()
wctomb_s() (C11以降)
wctrans() (C95以降)
wctrans_t (C95以降)
wctype() (C95以降)
wctype_t (C95以降)
wint_t (C95以降)
wmemchr() (C95以降)
wmemcmp() (C95以降)
wmemcpy() (C95以降)
wmemcpy_s() (C11以降)
wmemmove() (C95以降)
wmemmove_s() (C11以降)
wmemset() (C95以降)
wprintf() (C95以降)
wprintf_s() (C11以降)
wscanf() (C95以降)
wscanf_s() (C11以降)

関連項目

C++ ドキュメント for std シンボルインデックス