命名空間
變體
動作

符號索引

出自 cppreference.com
< c


本頁試圖列出所有可從《標準程式庫》獲取的符號。這些符號的書寫方式如下

  • 函式名稱帶有 ()
  • 泛型函式名稱(例如:原子操作)以 (泛型) 標示。

巨集符號列於單獨的頁面。

目錄

[編輯]
_ 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)

intwidth_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() (始於 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

uintwidth_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++ 文件std 符號索引
English Deutsch 日本語 한국어 中文(简体) 中文(繁體)