You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/c/index.json

1 line
59 KiB

{"entries":[{"name":"#define directive","path":"preprocessor/replace","type":"C language"},{"name":"#elif directive","path":"preprocessor/conditional","type":"C language"},{"name":"#else directive","path":"preprocessor/conditional","type":"C language"},{"name":"#endif directive","path":"preprocessor/conditional","type":"C language"},{"name":"#error directive","path":"preprocessor/error","type":"C language"},{"name":"#if directive","path":"preprocessor/conditional","type":"C language"},{"name":"#ifdef directive","path":"preprocessor/conditional","type":"C language"},{"name":"#ifndef directive","path":"preprocessor/conditional","type":"C language"},{"name":"#include directive","path":"preprocessor/include","type":"C language"},{"name":"#line directive","path":"preprocessor/line","type":"C language"},{"name":"#pragma directive","path":"preprocessor/impl","type":"C language"},{"name":"abort","path":"program/abort","type":"Program support"},{"name":"abort_handler_s","path":"error/abort_handler_s","type":"Error handling"},{"name":"abs","path":"numeric/math/abs","type":"Numerics"},{"name":"acos","path":"numeric/math/acos","type":"Numerics"},{"name":"acosf","path":"numeric/math/acos","type":"Numerics"},{"name":"acosh","path":"numeric/math/acosh","type":"Numerics"},{"name":"acoshf","path":"numeric/math/acosh","type":"Numerics"},{"name":"acoshl","path":"numeric/math/acosh","type":"Numerics"},{"name":"acosl","path":"numeric/math/acos","type":"Numerics"},{"name":"Algorithms","path":"algorithm","type":"Algorithms"},{"name":"alignas","path":"language/alignas","type":"C language"},{"name":"aligned_alloc","path":"memory/aligned_alloc","type":"Dynamic memory management"},{"name":"Alternative operators and tokens","path":"language/operator_alternative","type":"C language"},{"name":"Analyzability","path":"language/analyzability","type":"C language"},{"name":"Arithmetic operators","path":"language/operator_arithmetic","type":"C language"},{"name":"Arithmetic types","path":"language/arithmetic_types","type":"C language"},{"name":"Array declaration","path":"language/array","type":"C language"},{"name":"Array initialization","path":"language/array_initialization","type":"C language"},{"name":"ASCII Chart","path":"language/ascii","type":"C language"},{"name":"asctime","path":"chrono/asctime","type":"Date and time"},{"name":"asctime_s","path":"chrono/asctime","type":"Date and time"},{"name":"asin","path":"numeric/math/asin","type":"Numerics"},{"name":"asinf","path":"numeric/math/asin","type":"Numerics"},{"name":"asinh","path":"numeric/math/asinh","type":"Numerics"},{"name":"asinhf","path":"numeric/math/asinh","type":"Numerics"},{"name":"asinhl","path":"numeric/math/asinh","type":"Numerics"},{"name":"asinl","path":"numeric/math/asin","type":"Numerics"},{"name":"assert","path":"error/assert","type":"Error handling"},{"name":"Assignment operators","path":"language/operator_assignment","type":"C language"},{"name":"atan","path":"numeric/math/atan","type":"Numerics"},{"name":"atan2","path":"numeric/math/atan2","type":"Numerics"},{"name":"atan2f","path":"numeric/math/atan2","type":"Numerics"},{"name":"atan2l","path":"numeric/math/atan2","type":"Numerics"},{"name":"atanf","path":"numeric/math/atan","type":"Numerics"},{"name":"atanh","path":"numeric/math/atanh","type":"Numerics"},{"name":"atanhf","path":"numeric/math/atanh","type":"Numerics"},{"name":"atanhl","path":"numeric/math/atanh","type":"Numerics"},{"name":"atanl","path":"numeric/math/atan","type":"Numerics"},{"name":"atexit","path":"program/atexit","type":"Program support"},{"name":"atof","path":"string/byte/atof","type":"Strings"},{"name":"atoi","path":"string/byte/atoi","type":"Strings"},{"name":"atol","path":"string/byte/atoi","type":"Strings"},{"name":"atoll","path":"string/byte/atoi","type":"Strings"},{"name":"Atomic operations library","path":"atomic","type":"Atomic operations"},{"name":"atomic types","path":"language/atomic","type":"C language"},{"name":"ATOMIC_*_LOCK_FREE","path":"atomic/atomic_lock_free_consts","type":"Atomic operations"},{"name":"atomic_compare_exchange_strong","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"atomic_compare_exchange_strong_explicit","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"atomic_compare_exchange_weak","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"atomic_compare_exchange_weak_explicit","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"atomic_exchange","path":"atomic/atomic_exchange","type":"Atomic operations"},{"name":"atomic_exchange_explicit","path":"atomic/atomic_exchange","type":"Atomic operations"},{"name":"atomic_fetch_add","path":"atomic/atomic_fetch_add","type":"Atomic operations"},{"name":"atomic_fetch_add_explicit","path":"atomic/atomic_fetch_add","type":"Atomic operations"},{"name":"atomic_fetch_and","path":"atomic/atomic_fetch_and","type":"Atomic operations"},{"name":"atomic_fetch_and_explicit","path":"atomic/atomic_fetch_and","type":"Atomic operations"},{"name":"atomic_fetch_or","path":"atomic/atomic_fetch_or","type":"Atomic operations"},{"name":"atomic_fetch_or_explicit","path":"atomic/atomic_fetch_or","type":"Atomic operations"},{"name":"atomic_fetch_sub","path":"atomic/atomic_fetch_sub","type":"Atomic operations"},{"name":"atomic_fetch_sub_explicit","path":"atomic/atomic_fetch_sub","type":"Atomic operations"},{"name":"atomic_fetch_xor","path":"atomic/atomic_fetch_xor","type":"Atomic operations"},{"name":"atomic_fetch_xor_explicit","path":"atomic/atomic_fetch_xor","type":"Atomic operations"},{"name":"atomic_flag","path":"atomic/atomic_flag","type":"Atomic operations"},{"name":"atomic_flag_clear","path":"atomic/atomic_flag_clear","type":"Atomic operations"},{"name":"atomic_flag_clear_explicit","path":"atomic/atomic_flag_clear","type":"Atomic operations"},{"name":"ATOMIC_FLAG_INIT","path":"atomic/atomic_flag_init","type":"Atomic operations"},{"name":"atomic_flag_test_and_set","path":"atomic/atomic_flag_test_and_set","type":"Atomic operations"},{"name":"atomic_flag_test_and_set_explicit","path":"atomic/atomic_flag_test_and_set","type":"Atomic operations"},{"name":"atomic_init","path":"atomic/atomic_init","type":"Atomic operations"},{"name":"atomic_is_lock_free","path":"atomic/atomic_is_lock_free","type":"Atomic operations"},{"name":"atomic_load","path":"atomic/atomic_load","type":"Atomic operations"},{"name":"atomic_load_explicit","path":"atomic/atomic_load","type":"Atomic operations"},{"name":"atomic_signal_fence","path":"atomic/atomic_signal_fence","type":"Atomic operations"},{"name":"atomic_store","path":"atomic/atomic_store","type":"Atomic operations"},{"name":"atomic_store_explicit","path":"atomic/atomic_store","type":"Atomic operations"},{"name":"atomic_thread_fence","path":"atomic/atomic_thread_fence","type":"Atomic operations"},{"name":"ATOMIC_VAR_INIT","path":"atomic/atomic_var_init","type":"Atomic operations"},{"name":"at_quick_exit","path":"program/at_quick_exit","type":"Program support"},{"name":"auto","path":"keyword/auto","type":"C keywords"},{"name":"Basic concepts","path":"language/basic_concepts","type":"C language"},{"name":"Bit fields","path":"language/bit_field","type":"C language"},{"name":"Boolean type support library","path":"types/boolean","type":"Type support"},{"name":"break","path":"keyword/break","type":"C keywords"},{"name":"break statement","path":"language/break","type":"C language"},{"name":"bsearch","path":"algorithm/bsearch","type":"Algorithms"},{"name":"bsearch_s","path":"algorithm/bsearch","type":"Algorithms"},{"name":"btowc","path":"string/multibyte/btowc","type":"Strings"},{"name":"C keywords","path":"keyword","type":"C keywords"},{"name":"C language","path":"language.1","type":"C language"},{"name":"C memory management library","path":"memory","type":"Dynamic memory management"},{"name":"C Operator Precedence","path":"language/operator_precedence","type":"C language"},{"name":"c16rtomb","path":"string/multibyte/c16rtomb","type":"Strings"},{"name":"c32rtomb","path":"string/multibyte/c32rtomb","type":"Strings"},{"name":"cabs","path":"numeric/complex/cabs","type":"Numerics"},{"name":"cabsf","path":"numeric/complex/cabs","type":"Numerics"},{"name":"cabsl","path":"numeric/complex/cabs","type":"Numerics"},{"name":"cacos","path":"numeric/complex/cacos","type":"Numerics"},{"name":"cacosf","path":"numeric/complex/cacos","type":"Numerics"},{"name":"cacosh","path":"numeric/complex/cacosh","type":"Numerics"},{"name":"cacoshf","path":"numeric/complex/cacosh","type":"Numerics"},{"name":"cacoshl","path":"numeric/complex/cacosh","type":"Numerics"},{"name":"cacosl","path":"numeric/complex/cacos","type":"Numerics"},{"name":"calloc","path":"memory/calloc","type":"Dynamic memory management"},{"name":"call_once","path":"thread/once_flag_init","type":"Thread support"},{"name":"carg","path":"numeric/complex/carg","type":"Numerics"},{"name":"cargf","path":"numeric/complex/carg","type":"Numerics"},{"name":"cargl","path":"numeric/complex/carg","type":"Numerics"},{"name":"case","path":"keyword/case","type":"C keywords"},{"name":"casin","path":"numeric/complex/casin","type":"Numerics"},{"name":"casinf","path":"numeric/complex/casin","type":"Numerics"},{"name":"casinh","path":"numeric/complex/casinh","type":"Numerics"},{"name":"casinhf","path":"numeric/complex/casinh","type":"Numerics"},{"name":"casinhl","path":"numeric/complex/casinh","type":"Numerics"},{"name":"casinl","path":"numeric/complex/casin","type":"Numerics"},{"name":"cast operator","path":"language/cast","type":"C language"},{"name":"catan","path":"numeric/complex/catan","type":"Numerics"},{"name":"catanf","path":"numeric/complex/catan","type":"Numerics"},{"name":"catanh","path":"numeric/complex/catanh","type":"Numerics"},{"name":"catanhf","path":"numeric/complex/catanh","type":"Numerics"},{"name":"catanhl","path":"numeric/complex/catanh","type":"Numerics"},{"name":"catanl","path":"numeric/complex/catan","type":"Numerics"},{"name":"cbrt","path":"numeric/math/cbrt","type":"Numerics"},{"name":"cbrtf","path":"numeric/math/cbrt","type":"Numerics"},{"name":"cbrtl","path":"numeric/math/cbrt","type":"Numerics"},{"name":"ccos","path":"numeric/complex/ccos","type":"Numerics"},{"name":"ccosf","path":"numeric/complex/ccos","type":"Numerics"},{"name":"ccosh","path":"numeric/complex/ccosh","type":"Numerics"},{"name":"ccoshf","path":"numeric/complex/ccosh","type":"Numerics"},{"name":"ccoshl","path":"numeric/complex/ccosh","type":"Numerics"},{"name":"ccosl","path":"numeric/complex/ccos","type":"Numerics"},{"name":"ceil","path":"numeric/math/ceil","type":"Numerics"},{"name":"ceilf","path":"numeric/math/ceil","type":"Numerics"},{"name":"ceill","path":"numeric/math/ceil","type":"Numerics"},{"name":"cexp","path":"numeric/complex/cexp","type":"Numerics"},{"name":"cexpf","path":"numeric/complex/cexp","type":"Numerics"},{"name":"cexpl","path":"numeric/complex/cexp","type":"Numerics"},{"name":"char","path":"keyword/char","type":"C keywords"},{"name":"char16_t","path":"string/multibyte/char16_t","type":"Strings"},{"name":"char32_t","path":"string/multibyte/char32_t","type":"Strings"},{"name":"character constant","path":"language/character_constant","type":"C language"},{"name":"cimag","path":"numeric/complex/cimag","type":"Numerics"},{"name":"cimagf","path":"numeric/complex/cimag","type":"Numerics"},{"name":"cimagl","path":"numeric/complex/cimag","type":"Numerics"},{"name":"clearerr","path":"io/clearerr","type":"File input/output"},{"name":"clock","path":"chrono/clock","type":"Date and time"},{"name":"CLOCKS_PER_SEC","path":"chrono/clocks_per_sec","type":"Date and time"},{"name":"clock_t","path":"chrono/clock_t","type":"Date and time"},{"name":"clog","path":"numeric/complex/clog","type":"Numerics"},{"name":"clogf","path":"numeric/complex/clog","type":"Numerics"},{"name":"clogl","path":"numeric/complex/clog","type":"Numerics"},{"name":"CMPLX","path":"numeric/complex/cmplx","type":"Numerics"},{"name":"CMPLXF","path":"numeric/complex/cmplx","type":"Numerics"},{"name":"CMPLXL","path":"numeric/complex/cmplx","type":"Numerics"},{"name":"cnd_broadcast","path":"thread/cnd_broadcast","type":"Thread support"},{"name":"cnd_destroy","path":"thread/cnd_destroy","type":"Thread support"},{"name":"cnd_init","path":"thread/cnd_init","type":"Thread support"},{"name":"cnd_signal","path":"thread/cnd_signal","type":"Thread support"},{"name":"cnd_timedwait","path":"thread/cnd_timedwait","type":"Thread support"},{"name":"cnd_wait","path":"thread/cnd_wait","type":"Thread support"},{"name":"Comments","path":"comment","type":"C language"},{"name":"Common mathematical functions","path":"numeric/math","type":"Numerics"},{"name":"Comparison operators","path":"language/operator_comparison","type":"C language"},{"name":"complex","path":"numeric/complex/complex","type":"Numerics"},{"name":"Complex number arithmetic","path":"numeric/complex","type":"Numerics"},{"name":"compound literals","path":"language/compound_literal","type":"C language"},{"name":"Conditional inclusion","path":"preprocessor/conditional","type":"C language"},{"name":"Conformance","path":"language/conformance","type":"C language"},{"name":"conj","path":"numeric/complex/conj","type":"Numerics"},{"name":"conjf","path":"numeric/complex/conj","type":"Numerics"},{"name":"conjl","path":"numeric/complex/conj","type":"Numerics"},{"name":"const","path":"keyword/const","type":"C keywords"},{"name":"const type qualifier","path":"language/const","type":"C language"},{"name":"Constant expressions","path":"language/constant_expression","type":"C language"},{"name":"constraint_handler_t","path":"error/set_constraint_handler_s","type":"Error handling"},{"name":"continue","path":"keyword/continue","type":"C keywords"},{"name":"continue statement","path":"language/continue","type":"C language"},{"name":"copysign","path":"numeric/math/copysign","type":"Numerics"},{"name":"copysignf","path":"numeric/math/copysign","type":"Numerics"},{"name":"copysignl","path":"numeric/math/copysign","type":"Numerics"},{"name":"cos","path":"numeric/math/cos","type":"Numerics"},{"name":"cosf","path":"numeric/math/cos","type":"Numerics"},{"name":"cosh","path":"numeric/math/cosh","type":"Numerics"},{"name":"coshf","path":"numeric/math/cosh","type":"Numerics"},{"name":"coshl","path":"numeric/math/cosh","type":"Numerics"},{"name":"cosl","path":"numeric/math/cos","type":"Numerics"},{"name":"cpow","path":"numeric/complex/cpow","type":"Numerics"},{"name":"cpowf","path":"numeric/complex/cpow","type":"Numerics"},{"name":"cpowl","path":"numeric/complex/cpow","type":"Numerics"},{"name":"cproj","path":"numeric/complex/cproj","type":"Numerics"},{"name":"cprojf","path":"numeric/complex/cproj","type":"Numerics"},{"name":"cprojl","path":"numeric/complex/cproj","type":"Numerics"},{"name":"creal","path":"numeric/complex/creal","type":"Numerics"},{"name":"crealf","path":"numeric/complex/creal","type":"Numerics"},{"name":"creall","path":"numeric/complex/creal","type":"Numerics"},{"name":"csin","path":"numeric/complex/csin","type":"Numerics"},{"name":"csinf","path":"numeric/complex/csin","type":"Numerics"},{"name":"csinh","path":"numeric/complex/csinh","type":"Numerics"},{"name":"csinhf","path":"numeric/complex/csinh","type":"Numerics"},{"name":"csinhl","path":"numeric/complex/csinh","type":"Numerics"},{"name":"csinl","path":"numeric/complex/csin","type":"Numerics"},{"name":"csqrt","path":"numeric/complex/csqrt","type":"Numerics"},{"name":"csqrtf","path":"numeric/complex/csqrt","type":"Numerics"},{"name":"csqrtl","path":"numeric/complex/csqrt","type":"Numerics"},{"name":"ctan","path":"numeric/complex/ctan","type":"Numerics"},{"name":"ctanf","path":"numeric/complex/ctan","type":"Numerics"},{"name":"ctanh","path":"numeric/complex/ctanh","type":"Numerics"},{"name":"ctanhf","path":"numeric/complex/ctanh","type":"Numerics"},{"name":"ctanhl","path":"numeric/complex/ctanh","type":"Numerics"},{"name":"ctanl","path":"numeric/complex/ctan","type":"Numerics"},{"name":"ctime","path":"chrono/ctime","type":"Date and time"},{"name":"ctime_s","path":"chrono/ctime","type":"Date and time"},{"name":"Date and time utilities","path":"chrono","type":"Date and time"},{"name":"Declarations","path":"language/declarations","type":"C language"},{"name":"default","path":"keyword/default","type":"C keywords"},{"name":"difftime","path":"chrono/difftime","type":"Date and time"},{"name":"div","path":"numeric/math/div","type":"Numerics"},{"name":"do","path":"keyword/do","type":"C keywords"},{"name":"do-while loop","path":"language/do","type":"C language"},{"name":"double","path":"keyword/double","type":"C keywords"},{"name":"double_t","path":"numeric/math/float_t","type":"Numerics"},{"name":"else","path":"keyword/else","type":"C keywords"},{"name":"enum","path":"keyword/enum","type":"C keywords"},{"name":"Enumerations","path":"language/enum","type":"C language"},{"name":"erf","path":"numeric/math/erf","type":"Numerics"},{"name":"erfc","path":"numeric/math/erfc","type":"Numerics"},{"name":"erfcf","path":"numeric/math/erfc","type":"Numerics"},{"name":"erfcl","path":"numeric/math/erfc","type":"Numerics"},{"name":"erff","path":"numeric/math/erf","type":"Numerics"},{"name":"erfl","path":"numeric/math/erf","type":"Numerics"},{"name":"errno","path":"error/errno","type":"Error handling"},{"name":"Error handling","path":"error","type":"Error handling"},{"name":"Error numbers","path":"error/errno_macros","type":"Error handling"},{"name":"Escape sequences","path":"language/escape","type":"C language"},{"name":"exit","path":"program/exit","type":"Program support"},{"name":"EXIT_FAILURE","path":"program/exit_status","type":"Program support"},{"name":"EXIT_SUCCESS","path":"program/exit_status","type":"Program support"},{"name":"exp","path":"numeric/math/exp","type":"Numerics"},{"name":"exp2","path":"numeric/math/exp2","type":"Numerics"},{"name":"exp2f","path":"numeric/math/exp2","type":"Numerics"},{"name":"exp2l","path":"numeric/math/exp2","type":"Numerics"},{"name":"expf","path":"numeric/math/exp","type":"Numerics"},{"name":"expl","path":"numeric/math/exp","type":"Numerics"},{"name":"expm1","path":"numeric/math/expm1","type":"Numerics"},{"name":"expm1f","path":"numeric/math/expm1","type":"Numerics"},{"name":"expm1l","path":"numeric/math/expm1","type":"Numerics"},{"name":"Expressions","path":"language/expressions","type":"C language"},{"name":"extern","path":"keyword/extern","type":"C keywords"},{"name":"External and tentative definitions","path":"language/extern","type":"C language"},{"name":"fabs","path":"numeric/math/fabs","type":"Numerics"},{"name":"fabsf","path":"numeric/math/fabs","type":"Numerics"},{"name":"fabsl","path":"numeric/math/fabs","type":"Numerics"},{"name":"fclose","path":"io/fclose","type":"File input/output"},{"name":"fdim","path":"numeric/math/fdim","type":"Numerics"},{"name":"feclearexcept","path":"numeric/fenv/feclearexcept","type":"Numerics"},{"name":"fegetenv","path":"numeric/fenv/feenv","type":"Numerics"},{"name":"fegetexceptflag","path":"numeric/fenv/feexceptflag","type":"Numerics"},{"name":"fegetround","path":"numeric/fenv/feround","type":"Numerics"},{"name":"feholdexcept","path":"numeric/fenv/feholdexcept","type":"Numerics"},{"name":"feof","path":"io/feof","type":"File input/output"},{"name":"feraiseexcept","path":"numeric/fenv/feraiseexcept","type":"Numerics"},{"name":"ferror","path":"io/ferror","type":"File input/output"},{"name":"fesetenv","path":"numeric/fenv/feenv","type":"Numerics"},{"name":"fesetexceptflag","path":"numeric/fenv/feexceptflag","type":"Numerics"},{"name":"fesetround","path":"numeric/fenv/feround","type":"Numerics"},{"name":"fetestexcept","path":"numeric/fenv/fetestexcept","type":"Numerics"},{"name":"feupdateenv","path":"numeric/fenv/feupdateenv","type":"Numerics"},{"name":"FE_ALL_EXCEPT","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_DFL_ENV","path":"numeric/fenv/fe_dfl_env","type":"Numerics"},{"name":"FE_DIVBYZERO","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_DOWNWARD","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"FE_INEXACT","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_INVALID","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_OVERFLOW","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_TONEAREST","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"FE_TOWARDZERO","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"FE_UNDERFLOW","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_UPWARD","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"fflush","path":"io/fflush","type":"File input/output"},{"name":"fgetc","path":"io/fgetc","type":"File input/output"},{"name":"fgetpos","path":"io/fgetpos","type":"File input/output"},{"name":"fgets","path":"io/fgets","type":"File input/output"},{"name":"fgetwc","path":"io/fgetwc","type":"File input/output"},{"name":"fgetws","path":"io/fgetws","type":"File input/output"},{"name":"File input/output","path":"io","type":"File input/output"},{"name":"File scope","path":"language/file_scope","type":"C language"},{"name":"Fixed width integer types","path":"types/integer","type":"Type support"},{"name":"float","path":"keyword/float","type":"C keywords"},{"name":"floating constant","path":"language/floating_constant","type":"C language"},{"name":"Floating-point environment","path":"numeric/fenv","type":"Numerics"},{"name":"float_t","path":"numeric/math/float_t","type":"Numerics"},{"name":"floor","path":"numeric/math/floor","type":"Numerics"},{"name":"floorf","path":"numeric/math/floor","type":"Numerics"},{"name":"floorl","path":"numeric/math/floor","type":"Numerics"},{"name":"FLT_EVAL_METHOD","path":"types/limits/flt_eval_method","type":"Type support"},{"name":"FLT_ROUNDS","path":"types/limits/flt_rounds","type":"Type support"},{"name":"fma","path":"numeric/math/fma","type":"Numerics"},{"name":"fmaf","path":"numeric/math/fma","type":"Numerics"},{"name":"fmal","path":"numeric/math/fma","type":"Numerics"},{"name":"fmax","path":"numeric/math/fmax","type":"Numerics"},{"name":"fmaxf","path":"numeric/math/fmax","type":"Numerics"},{"name":"fmaxl","path":"numeric/math/fmax","type":"Numerics"},{"name":"fmin","path":"numeric/math/fmin","type":"Numerics"},{"name":"fminf","path":"numeric/math/fmin","type":"Numerics"},{"name":"fminl","path":"numeric/math/fmin","type":"Numerics"},{"name":"fmod","path":"numeric/math/fmod","type":"Numerics"},{"name":"fmodf","path":"numeric/math/fmod","type":"Numerics"},{"name":"fmodl","path":"numeric/math/fmod","type":"Numerics"},{"name":"fopen","path":"io/fopen","type":"File input/output"},{"name":"fopen_s","path":"io/fopen","type":"File input/output"},{"name":"for","path":"keyword/for","type":"C keywords"},{"name":"for loop","path":"language/for","type":"C language"},{"name":"fortran","path":"keyword/fortran","type":"C keywords"},{"name":"fpclassify","path":"numeric/math/fpclassify","type":"Numerics"},{"name":"fprintf","path":"io/fprintf","type":"File input/output"},{"name":"fprintf_s","path":"io/fprintf","type":"File input/output"},{"name":"fputc","path":"io/fputc","type":"File input/output"},{"name":"fputs","path":"io/fputs","type":"File input/output"},{"name":"fputwc","path":"io/fputwc","type":"File input/output"},{"name":"fputws","path":"io/fputws","type":"File input/output"},{"name":"FP_INFINITE","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_NAN","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_NORMAL","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_SUBNORMAL","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_ZERO","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"fread","path":"io/fread","type":"File input/output"},{"name":"free","path":"memory/free","type":"Dynamic memory management"},{"name":"freopen","path":"io/freopen","type":"File input/output"},{"name":"freopen_s","path":"io/freopen","type":"File input/output"},{"name":"frexp","path":"numeric/math/frexp","type":"Numerics"},{"name":"frexpf","path":"numeric/math/frexp","type":"Numerics"},{"name":"frexpl","path":"numeric/math/frexp","type":"Numerics"},{"name":"fscanf","path":"io/fscanf","type":"File input/output"},{"name":"fscanf_s","path":"io/fscanf","type":"File input/output"},{"name":"fseek","path":"io/fseek","type":"File input/output"},{"name":"fsetpos","path":"io/fsetpos","type":"File input/output"},{"name":"ftell","path":"io/ftell","type":"File input/output"},{"name":"Function declarations","path":"language/function_declaration","type":"C language"},{"name":"Function definitions","path":"language/function_definition","type":"C language"},{"name":"Functions","path":"language/functions","type":"C language"},{"name":"fwide","path":"io/fwide","type":"File input/output"},{"name":"fwprintf","path":"io/fwprintf","type":"File input/output"},{"name":"fwprintf_s","path":"io/fwprintf","type":"File input/output"},{"name":"fwrite","path":"io/fwrite","type":"File input/output"},{"name":"fwscanf","path":"io/fwscanf","type":"File input/output"},{"name":"fwscanf_s","path":"io/fwscanf","type":"File input/output"},{"name":"Generic selection","path":"language/generic","type":"C language"},{"name":"getc","path":"io/fgetc","type":"File input/output"},{"name":"getchar","path":"io/getchar","type":"File input/output"},{"name":"getenv","path":"program/getenv","type":"Program support"},{"name":"getenv_s","path":"program/getenv","type":"Program support"},{"name":"gets","path":"io/gets","type":"File input/output"},{"name":"gets_s","path":"io/gets","type":"File input/output"},{"name":"getwchar","path":"io/getwchar","type":"File input/output"},{"name":"gmtime","path":"chrono/gmtime","type":"Date and time"},{"name":"gmtime_s","path":"chrono/gmtime","type":"Date and time"},{"name":"goto","path":"keyword/goto","type":"C keywords"},{"name":"goto statement","path":"language/goto","type":"C language"},{"name":"HUGE_VAL","path":"numeric/math/huge_val","type":"Numerics"},{"name":"HUGE_VALF","path":"numeric/math/huge_val","type":"Numerics"},{"name":"HUGE_VALL","path":"numeric/math/huge_val","type":"Numerics"},{"name":"hypot","path":"numeric/math/hypot","type":"Numerics"},{"name":"hypotf","path":"numeric/math/hypot","type":"Numerics"},{"name":"hypotl","path":"numeric/math/hypot","type":"Numerics"},{"name":"I","path":"numeric/complex/i","type":"Numerics"},{"name":"Identifier","path":"language/identifier","type":"C language"},{"name":"if","path":"keyword/if","type":"C keywords"},{"name":"if statement","path":"language/if","type":"C language"},{"name":"ignore_handler_s","path":"error/ignore_handler_s","type":"Error handling"},{"name":"ilogb","path":"numeric/math/ilogb","type":"Numerics"},{"name":"ilogbf","path":"numeric/math/ilogb","type":"Numerics"},{"name":"ilogbl","path":"numeric/math/ilogb","type":"Numerics"},{"name":"imaginary","path":"numeric/complex/imaginary","type":"Numerics"},{"name":"imaxabs","path":"numeric/math/abs","type":"Numerics"},{"name":"imaxdiv","path":"numeric/math/div","type":"Numerics"},{"name":"Implicit conversions","path":"language/conversion","type":"C language"},{"name":"Increment/decrement operators","path":"language/operator_incdec","type":"C language"},{"name":"INFINITY","path":"numeric/math/infinity","type":"Numerics"},{"name":"Initialization","path":"language/initialization","type":"C language"},{"name":"inline","path":"keyword/inline","type":"C keywords"},{"name":"inline function specifier","path":"language/inline","type":"C language"},{"name":"int","path":"keyword/int","type":"C keywords"},{"name":"integer constant","path":"language/integer_constant","type":"C language"},{"name":"isalnum","path":"string/byte/isalnum","type":"Strings"},{"name":"isalpha","path":"string/byte/isalpha","type":"Strings"},{"name":"isblank","path":"string/byte/isblank","type":"Strings"},{"name":"iscntrl","path":"string/byte/iscntrl","type":"Strings"},{"name":"isdigit","path":"string/byte/isdigit","type":"Strings"},{"name":"isfinite","path":"numeric/math/isfinite","type":"Numerics"},{"name":"isgraph","path":"string/byte/isgraph","type":"Strings"},{"name":"isgreater","path":"numeric/math/isgreater","type":"Numerics"},{"name":"isgreaterequal","path":"numeric/math/isgreaterequal","type":"Numerics"},{"name":"isinf","path":"numeric/math/isinf","type":"Numerics"},{"name":"isless","path":"numeric/math/isless","type":"Numerics"},{"name":"islessequal","path":"numeric/math/islessequal","type":"Numerics"},{"name":"islessgreater","path":"numeric/math/islessgreater","type":"Numerics"},{"name":"islower","path":"string/byte/islower","type":"Strings"},{"name":"isnan","path":"numeric/math/isnan","type":"Numerics"},{"name":"isnormal","path":"numeric/math/isnormal","type":"Numerics"},{"name":"isprint","path":"string/byte/isprint","type":"Strings"},{"name":"ispunct","path":"string/byte/ispunct","type":"Strings"},{"name":"isspace","path":"string/byte/isspace","type":"Strings"},{"name":"isunordered","path":"numeric/math/isunordered","type":"Numerics"},{"name":"isupper","path":"string/byte/isupper","type":"Strings"},{"name":"iswalnum","path":"string/wide/iswalnum","type":"Strings"},{"name":"iswalpha","path":"string/wide/iswalpha","type":"Strings"},{"name":"iswblank","path":"string/wide/iswblank","type":"Strings"},{"name":"iswcntrl","path":"string/wide/iswcntrl","type":"Strings"},{"name":"iswctype","path":"string/wide/iswctype","type":"Strings"},{"name":"iswdigit","path":"string/wide/iswdigit","type":"Strings"},{"name":"iswgraph","path":"string/wide/iswgraph","type":"Strings"},{"name":"iswlower","path":"string/wide/iswlower","type":"Strings"},{"name":"iswprint","path":"string/wide/iswprint","type":"Strings"},{"name":"iswpunct","path":"string/wide/iswpunct","type":"Strings"},{"name":"iswspace","path":"string/wide/iswspace","type":"Strings"},{"name":"iswupper","path":"string/wide/iswupper","type":"Strings"},{"name":"iswxdigit","path":"string/wide/iswxdigit","type":"Strings"},{"name":"isxdigit","path":"string/byte/isxdigit","type":"Strings"},{"name":"jmp_buf","path":"program/jmp_buf","type":"Program support"},{"name":"kill_dependency","path":"atomic/kill_dependency","type":"Atomic operations"},{"name":"labs","path":"numeric/math/abs","type":"Numerics"},{"name":"lconv","path":"locale/lconv","type":"Localization support"},{"name":"LC_ALL","path":"locale/lc_categories","type":"Localization support"},{"name":"LC_COLLATE","path":"locale/lc_categories","type":"Localization support"},{"name":"LC_CTYPE","path":"locale/lc_categories","type":"Localization support"},{"name":"LC_MONETARY","path":"locale/lc_categories","type":"Localization support"},{"name":"LC_NUMERIC","path":"locale/lc_categories","type":"Localization support"},{"name":"LC_TIME","path":"locale/lc_categories","type":"Localization support"},{"name":"ldexp","path":"numeric/math/ldexp","type":"Numerics"},{"name":"ldexpf","path":"numeric/math/ldexp","type":"Numerics"},{"name":"ldexpl","path":"numeric/math/ldexp","type":"Numerics"},{"name":"ldiv","path":"numeric/math/div","type":"Numerics"},{"name":"lgamma","path":"numeric/math/lgamma","type":"Numerics"},{"name":"lgammaf","path":"numeric/math/lgamma","type":"Numerics"},{"name":"lgammal","path":"numeric/math/lgamma","type":"Numerics"},{"name":"Lifetime","path":"language/lifetime","type":"C language"},{"name":"llabs","path":"numeric/math/abs","type":"Numerics"},{"name":"lldiv","path":"numeric/math/div","type":"Numerics"},{"name":"llrint","path":"numeric/math/rint","type":"Numerics"},{"name":"llrintf","path":"numeric/math/rint","type":"Numerics"},{"name":"llrintl","path":"numeric/math/rint","type":"Numerics"},{"name":"llround","path":"numeric/math/round","type":"Numerics"},{"name":"llroundf","path":"numeric/math/round","type":"Numerics"},{"name":"llroundl","path":"numeric/math/round","type":"Numerics"},{"name":"localeconv","path":"locale/localeconv","type":"Localization support"},{"name":"Localization support","path":"locale","type":"Localization support"},{"name":"localtime","path":"chrono/localtime","type":"Date and time"},{"name":"localtime_s","path":"chrono/localtime","type":"Date and time"},{"name":"log","path":"numeric/math/log","type":"Numerics"},{"name":"log10","path":"numeric/math/log10","type":"Numerics"},{"name":"log10f","path":"numeric/math/log10","type":"Numerics"},{"name":"log10l","path":"numeric/math/log10","type":"Numerics"},{"name":"log1p","path":"numeric/math/log1p","type":"Numerics"},{"name":"log1pf","path":"numeric/math/log1p","type":"Numerics"},{"name":"log1pl","path":"numeric/math/log1p","type":"Numerics"},{"name":"log2","path":"numeric/math/log2","type":"Numerics"},{"name":"log2f","path":"numeric/math/log2","type":"Numerics"},{"name":"log2l","path":"numeric/math/log2","type":"Numerics"},{"name":"logb","path":"numeric/math/logb","type":"Numerics"},{"name":"logbf","path":"numeric/math/logb","type":"Numerics"},{"name":"logbl","path":"numeric/math/logb","type":"Numerics"},{"name":"logf","path":"numeric/math/log","type":"Numerics"},{"name":"Logical operators","path":"language/operator_logical","type":"C language"},{"name":"logl","path":"numeric/math/log","type":"Numerics"},{"name":"long","path":"keyword/long","type":"C keywords"},{"name":"longjmp","path":"program/longjmp","type":"Program support"},{"name":"Lookup and name spaces","path":"language/name_space","type":"C language"},{"name":"lrint","path":"numeric/math/rint","type":"Numerics"},{"name":"lrintf","path":"numeric/math/rint","type":"Numerics"},{"name":"lrintl","path":"numeric/math/rint","type":"Numerics"},{"name":"lround","path":"numeric/math/round","type":"Numerics"},{"name":"lroundf","path":"numeric/math/round","type":"Numerics"},{"name":"lroundl","path":"numeric/math/round","type":"Numerics"},{"name":"Main function","path":"language/main_function","type":"C language"},{"name":"malloc","path":"memory/malloc","type":"Dynamic memory management"},{"name":"MATH_ERREXCEPT","path":"numeric/math/math_errhandling","type":"Numerics"},{"name":"math_errhandling","path":"numeric/math/math_errhandling","type":"Numerics"},{"name":"MATH_ERRNO","path":"numeric/math/math_errhandling","type":"Numerics"},{"name":"max_align_t","path":"types/max_align_t","type":"Type support"},{"name":"mblen","path":"string/multibyte/mblen","type":"Strings"},{"name":"mbrlen","path":"string/multibyte/mbrlen","type":"Strings"},{"name":"mbrtoc16","path":"string/multibyte/mbrtoc16","type":"Strings"},{"name":"mbrtoc32","path":"string/multibyte/mbrtoc32","type":"Strings"},{"name":"mbrtowc","path":"string/multibyte/mbrtowc","type":"Strings"},{"name":"mbsinit","path":"string/multibyte/mbsinit","type":"Strings"},{"name":"mbsrtowcs","path":"string/multibyte/mbsrtowcs","type":"Strings"},{"name":"mbsrtowcs_s","path":"string/multibyte/mbsrtowcs","type":"Strings"},{"name":"mbstate_t","path":"string/multibyte/mbstate_t","type":"Strings"},{"name":"mbstowcs","path":"string/multibyte/mbstowcs","type":"Strings"},{"name":"mbstowcs_s","path":"string/multibyte/mbstowcs","type":"Strings"},{"name":"mbtowc","path":"string/multibyte/mbtowc","type":"Strings"},{"name":"Member access operators","path":"language/operator_member_access","type":"C language"},{"name":"memchr","path":"string/byte/memchr","type":"Strings"},{"name":"memcmp","path":"string/byte/memcmp","type":"Strings"},{"name":"memcpy","path":"string/byte/memcpy","type":"Strings"},{"name":"memcpy_s","path":"string/byte/memcpy","type":"Strings"},{"name":"memmove","path":"string/byte/memmove","type":"Strings"},{"name":"memmove_s","path":"string/byte/memmove","type":"Strings"},{"name":"Memory model","path":"language/memory_model","type":"C language"},{"name":"memory_order","path":"atomic/memory_order","type":"Atomic operations"},{"name":"memset","path":"string/byte/memset","type":"Strings"},{"name":"memset_s","path":"string/byte/memset","type":"Strings"},{"name":"mktime","path":"chrono/mktime","type":"Date and time"},{"name":"modf","path":"numeric/math/modf","type":"Numerics"},{"name":"modff","path":"numeric/math/modf","type":"Numerics"},{"name":"modfl","path":"numeric/math/modf","type":"Numerics"},{"name":"mtx_destroy","path":"thread/mtx_destroy","type":"Thread support"},{"name":"mtx_init","path":"thread/mtx_init","type":"Thread support"},{"name":"mtx_lock","path":"thread/mtx_lock","type":"Thread support"},{"name":"mtx_plain","path":"thread/mtx_types","type":"Thread support"},{"name":"mtx_recursive","path":"thread/mtx_types","type":"Thread support"},{"name":"mtx_timed","path":"thread/mtx_types","type":"Thread support"},{"name":"mtx_timedlock","path":"thread/mtx_timedlock","type":"Thread support"},{"name":"mtx_trylock","path":"thread/mtx_trylock","type":"Thread support"},{"name":"mtx_unlock","path":"thread/mtx_unlock","type":"Thread support"},{"name":"nan","path":"numeric/math/nan","type":"Numerics"},{"name":"NAN","path":"numeric/math/nan.2","type":"Numerics"},{"name":"nanf","path":"numeric/math/nan","type":"Numerics"},{"name":"nanl","path":"numeric/math/nan","type":"Numerics"},{"name":"nearbyint","path":"numeric/math/nearbyint","type":"Numerics"},{"name":"nearbyintf","path":"numeric/math/nearbyint","type":"Numerics"},{"name":"nearbyintl","path":"numeric/math/nearbyint","type":"Numerics"},{"name":"nextafter","path":"numeric/math/nextafter","type":"Numerics"},{"name":"nextafterf","path":"numeric/math/nextafter","type":"Numerics"},{"name":"nextafterl","path":"numeric/math/nextafter","type":"Numerics"},{"name":"nexttoward","path":"numeric/math/nextafter","type":"Numerics"},{"name":"nexttowardf","path":"numeric/math/nextafter","type":"Numerics"},{"name":"nexttowardl","path":"numeric/math/nextafter","type":"Numerics"},{"name":"NULL","path":"types/null","type":"Type support"},{"name":"Null-terminated byte strings","path":"string/byte","type":"Strings"},{"name":"Null-terminated multibyte strings","path":"string/multibyte","type":"Strings"},{"name":"Null-terminated wide strings","path":"string/wide","type":"Strings"},{"name":"Numeric limits","path":"types/limits","type":"Type support"},{"name":"Numerics","path":"numeric","type":"Numerics"},{"name":"Objects and alignment","path":"language/object","type":"C language"},{"name":"offsetof","path":"types/offsetof","type":"Type support"},{"name":"once_flag","path":"thread/once_flag_init","type":"Thread support"},{"name":"ONCE_FLAG_INIT","path":"thread/once_flag_init","type":"Thread support"},{"name":"Order of evaluation","path":"language/eval_order","type":"C language"},{"name":"Other operators","path":"language/operator_other","type":"C language"},{"name":"perror","path":"io/perror","type":"File input/output"},{"name":"Phases of translation","path":"language/translation_phases","type":"C language"},{"name":"Pointer declaration","path":"language/pointer","type":"C language"},{"name":"pow","path":"numeric/math/pow","type":"Numerics"},{"name":"powf","path":"numeric/math/pow","type":"Numerics"},{"name":"powl","path":"numeric/math/pow","type":"Numerics"},{"name":"Preprocessor","path":"preprocessor","type":"C language"},{"name":"printf","path":"io/fprintf","type":"File input/output"},{"name":"printf_s","path":"io/fprintf","type":"File input/output"},{"name":"Program support utilities","path":"program","type":"Program support"},{"name":"Pseudo-random number generation","path":"numeric/random","type":"Numerics"},{"name":"ptrdiff_t","path":"types/ptrdiff_t","type":"Type support"},{"name":"putc","path":"io/fputc","type":"File input/output"},{"name":"putchar","path":"io/putchar","type":"File input/output"},{"name":"puts","path":"io/puts","type":"File input/output"},{"name":"putwc","path":"io/fputwc","type":"File input/output"},{"name":"putwchar","path":"io/putwchar","type":"File input/output"},{"name":"qsort","path":"algorithm/qsort","type":"Algorithms"},{"name":"qsort_s","path":"algorithm/qsort","type":"Algorithms"},{"name":"quick_exit","path":"program/quick_exit","type":"Program support"},{"name":"raise","path":"program/raise","type":"Program support"},{"name":"rand","path":"numeric/random/rand","type":"Numerics"},{"name":"RAND_MAX","path":"numeric/random/rand_max","type":"Numerics"},{"name":"realloc","path":"memory/realloc","type":"Dynamic memory management"},{"name":"register","path":"keyword/register","type":"C keywords"},{"name":"remainder","path":"numeric/math/remainder","type":"Numerics"},{"name":"remainderf","path":"numeric/math/remainder","type":"Numerics"},{"name":"remainderl","path":"numeric/math/remainder","type":"Numerics"},{"name":"remove","path":"io/remove","type":"File input/output"},{"name":"remquo","path":"numeric/math/remquo","type":"Numerics"},{"name":"remquof","path":"numeric/math/remquo","type":"Numerics"},{"name":"remquol","path":"numeric/math/remquo","type":"Numerics"},{"name":"rename","path":"io/rename","type":"File input/output"},{"name":"restrict","path":"keyword/restrict","type":"C keywords"},{"name":"restrict type qualifier","path":"language/restrict","type":"C language"},{"name":"return","path":"keyword/return","type":"C keywords"},{"name":"return statement","path":"language/return","type":"C language"},{"name":"rewind","path":"io/rewind","type":"File input/output"},{"name":"rint","path":"numeric/math/rint","type":"Numerics"},{"name":"rintf","path":"numeric/math/rint","type":"Numerics"},{"name":"rintl","path":"numeric/math/rint","type":"Numerics"},{"name":"round","path":"numeric/math/round","type":"Numerics"},{"name":"roundf","path":"numeric/math/round","type":"Numerics"},{"name":"roundl","path":"numeric/math/round","type":"Numerics"},{"name":"Scalar initialization","path":"language/scalar_initialization","type":"C language"},{"name":"scalbln","path":"numeric/math/scalbn","type":"Numerics"},{"name":"scalblnf","path":"numeric/math/scalbn","type":"Numerics"},{"name":"scalblnl","path":"numeric/math/scalbn","type":"Numerics"},{"name":"scalbn","path":"numeric/math/scalbn","type":"Numerics"},{"name":"scalbnf","path":"numeric/math/scalbn","type":"Numerics"},{"name":"scalbnl","path":"numeric/math/scalbn","type":"Numerics"},{"name":"scanf","path":"io/fscanf","type":"File input/output"},{"name":"scanf_s","path":"io/fscanf","type":"File input/output"},{"name":"Scope","path":"language/scope","type":"C language"},{"name":"setbuf","path":"io/setbuf","type":"File input/output"},{"name":"setjmp","path":"program/setjmp","type":"Program support"},{"name":"setlocale","path":"locale/setlocale","type":"Localization support"},{"name":"setvbuf","path":"io/setvbuf","type":"File input/output"},{"name":"set_constraint_handler_s","path":"error/set_constraint_handler_s","type":"Error handling"},{"name":"short","path":"keyword/short","type":"C keywords"},{"name":"SIGABRT","path":"program/sig_types","type":"Program support"},{"name":"SIGFPE","path":"program/sig_types","type":"Program support"},{"name":"SIGILL","path":"program/sig_types","type":"Program support"},{"name":"SIGINT","path":"program/sig_types","type":"Program support"},{"name":"signal","path":"program/signal","type":"Program support"},{"name":"signbit","path":"numeric/math/signbit","type":"Numerics"},{"name":"signed","path":"keyword/signed","type":"C keywords"},{"name":"SIGSEGV","path":"program/sig_types","type":"Program support"},{"name":"SIGTERM","path":"program/sig_types","type":"Program support"},{"name":"sig_atomic_t","path":"program/sig_atomic_t","type":"Program support"},{"name":"SIG_DFL","path":"program/sig_strategies","type":"Program support"},{"name":"SIG_ERR","path":"program/sig_err","type":"Program support"},{"name":"SIG_IGN","path":"program/sig_strategies","type":"Program support"},{"name":"sin","path":"numeric/math/sin","type":"Numerics"},{"name":"sinf","path":"numeric/math/sin","type":"Numerics"},{"name":"sinh","path":"numeric/math/sinh","type":"Numerics"},{"name":"sinhf","path":"numeric/math/sinh","type":"Numerics"},{"name":"sinhl","path":"numeric/math/sinh","type":"Numerics"},{"name":"sinl","path":"numeric/math/sin","type":"Numerics"},{"name":"sizeof","path":"keyword/sizeof","type":"C keywords"},{"name":"sizeof operator","path":"language/sizeof","type":"C language"},{"name":"size_t","path":"types/size_t","type":"Type support"},{"name":"snprintf","path":"io/fprintf","type":"File input/output"},{"name":"sprintf","path":"io/fprintf","type":"File input/output"},{"name":"sqrt","path":"numeric/math/sqrt","type":"Numerics"},{"name":"sqrtf","path":"numeric/math/sqrt","type":"Numerics"},{"name":"sqrtl","path":"numeric/math/sqrt","type":"Numerics"},{"name":"srand","path":"numeric/random/srand","type":"Numerics"},{"name":"sscanf","path":"io/fscanf","type":"File input/output"},{"name":"sscanf_s","path":"io/fscanf","type":"File input/output"},{"name":"Statements","path":"language/statements","type":"C language"},{"name":"static","path":"keyword/static","type":"C keywords"},{"name":"static assert declaration","path":"language/static_assert","type":"C language"},{"name":"Static storage duration","path":"language/static_storage_duration","type":"C language"},{"name":"static_assert","path":"error/static_assert","type":"Error handling"},{"name":"Storage-class specifiers","path":"language/storage_duration","type":"C language"},{"name":"strcat","path":"string/byte/strcat","type":"Strings"},{"name":"strcat_s","path":"string/byte/strcat","type":"Strings"},{"name":"strchr","path":"string/byte/strchr","type":"Strings"},{"name":"strcmp","path":"string/byte/strcmp","type":"Strings"},{"name":"strcoll","path":"string/byte/strcoll","type":"Strings"},{"name":"strcpy","path":"string/byte/strcpy","type":"Strings"},{"name":"strcpy_s","path":"string/byte/strcpy","type":"Strings"},{"name":"strcspn","path":"string/byte/strcspn","type":"Strings"},{"name":"strerror","path":"string/byte/strerror","type":"Strings"},{"name":"strerrorlen_s","path":"string/byte/strerror","type":"Strings"},{"name":"strerror_s","path":"string/byte/strerror","type":"Strings"},{"name":"strftime","path":"chrono/strftime","type":"Date and time"},{"name":"string literals","path":"language/string_literal","type":"C language"},{"name":"Strings library","path":"string","type":"Strings"},{"name":"strlen","path":"string/byte/strlen","type":"Strings"},{"name":"strncat","path":"string/byte/strncat","type":"Strings"},{"name":"strncat_s","path":"string/byte/strncat","type":"Strings"},{"name":"strncmp","path":"string/byte/strncmp","type":"Strings"},{"name":"strncpy","path":"string/byte/strncpy","type":"Strings"},{"name":"strncpy_s","path":"string/byte/strncpy","type":"Strings"},{"name":"strnlen_s","path":"string/byte/strlen","type":"Strings"},{"name":"strpbrk","path":"string/byte/strpbrk","type":"Strings"},{"name":"strrchr","path":"string/byte/strrchr","type":"Strings"},{"name":"strspn","path":"string/byte/strspn","type":"Strings"},{"name":"strstr","path":"string/byte/strstr","type":"Strings"},{"name":"strtod","path":"string/byte/strtof","type":"Strings"},{"name":"strtof","path":"string/byte/strtof","type":"Strings"},{"name":"strtoimax","path":"string/byte/strtoimax","type":"Strings"},{"name":"strtok","path":"string/byte/strtok","type":"Strings"},{"name":"strtok_s","path":"string/byte/strtok","type":"Strings"},{"name":"strtol","path":"string/byte/strtol","type":"Strings"},{"name":"strtold","path":"string/byte/strtof","type":"Strings"},{"name":"strtoll","path":"string/byte/strtol","type":"Strings"},{"name":"strtoul","path":"string/byte/strtoul","type":"Strings"},{"name":"strtoull","path":"string/byte/strtoul","type":"Strings"},{"name":"strtoumax","path":"string/byte/strtoimax","type":"Strings"},{"name":"struct","path":"keyword/struct","type":"C keywords"},{"name":"Struct and union initialization","path":"language/struct_initialization","type":"C language"},{"name":"Struct declaration","path":"language/struct","type":"C language"},{"name":"strxfrm","path":"string/byte/strxfrm","type":"Strings"},{"name":"switch","path":"keyword/switch","type":"C keywords"},{"name":"switch statement","path":"language/switch","type":"C language"},{"name":"swprintf","path":"io/fwprintf","type":"File input/output"},{"name":"swprintf_s","path":"io/fwprintf","type":"File input/output"},{"name":"swscanf","path":"io/fwscanf","type":"File input/output"},{"name":"swscanf_s","path":"io/fwscanf","type":"File input/output"},{"name":"system","path":"program/system","type":"Program support"},{"name":"tan","path":"numeric/math/tan","type":"Numerics"},{"name":"tanf","path":"numeric/math/tan","type":"Numerics"},{"name":"tanh","path":"numeric/math/tanh","type":"Numerics"},{"name":"tanhf","path":"numeric/math/tanh","type":"Numerics"},{"name":"tanhl","path":"numeric/math/tanh","type":"Numerics"},{"name":"tanl","path":"numeric/math/tan","type":"Numerics"},{"name":"tgamma","path":"numeric/math/tgamma","type":"Numerics"},{"name":"tgammaf","path":"numeric/math/tgamma","type":"Numerics"},{"name":"tgammal","path":"numeric/math/tgamma","type":"Numerics"},{"name":"thrd_busy","path":"thread/thrd_errors","type":"Thread support"},{"name":"thrd_create","path":"thread/thrd_create","type":"Thread support"},{"name":"thrd_current","path":"thread/thrd_current","type":"Thread support"},{"name":"thrd_detach","path":"thread/thrd_detach","type":"Thread support"},{"name":"thrd_equal","path":"thread/thrd_equal","type":"Thread support"},{"name":"thrd_error","path":"thread/thrd_errors","type":"Thread support"},{"name":"thrd_exit","path":"thread/thrd_exit","type":"Thread support"},{"name":"thrd_join","path":"thread/thrd_join","type":"Thread support"},{"name":"thrd_nomem","path":"thread/thrd_errors","type":"Thread support"},{"name":"thrd_sleep","path":"thread/thrd_sleep","type":"Thread support"},{"name":"thrd_success","path":"thread/thrd_errors","type":"Thread support"},{"name":"thrd_timedout","path":"thread/thrd_errors","type":"Thread support"},{"name":"thrd_yield","path":"thread/thrd_yield","type":"Thread support"},{"name":"Thread storage duration","path":"language/thread_storage_duration","type":"C language"},{"name":"Thread support library","path":"thread","type":"Thread support"},{"name":"thread_local","path":"thread/thread_local","type":"Thread support"},{"name":"time","path":"chrono/time","type":"Date and time"},{"name":"timespec","path":"chrono/timespec","type":"Date and time"},{"name":"timespec_get","path":"chrono/timespec_get","type":"Date and time"},{"name":"time_t","path":"chrono/time_t","type":"Date and time"},{"name":"tm","path":"chrono/tm","type":"Date and time"},{"name":"tmpfile","path":"io/tmpfile","type":"File input/output"},{"name":"tmpfile_s","path":"io/tmpfile","type":"File input/output"},{"name":"tmpnam","path":"io/tmpnam","type":"File input/output"},{"name":"tmpnam_s","path":"io/tmpnam","type":"File input/output"},{"name":"tolower","path":"string/byte/tolower","type":"Strings"},{"name":"toupper","path":"string/byte/toupper","type":"Strings"},{"name":"towctrans","path":"string/wide/towctrans","type":"Strings"},{"name":"towlower","path":"string/wide/towlower","type":"Strings"},{"name":"towupper","path":"string/wide/towupper","type":"Strings"},{"name":"trunc","path":"numeric/math/trunc","type":"Numerics"},{"name":"truncf","path":"numeric/math/trunc","type":"Numerics"},{"name":"truncl","path":"numeric/math/trunc","type":"Numerics"},{"name":"tss_create","path":"thread/tss_create","type":"Thread support"},{"name":"tss_delete","path":"thread/tss_delete","type":"Thread support"},{"name":"TSS_DTOR_ITERATIONS","path":"thread/tss_dtor_iterations","type":"Thread support"},{"name":"tss_get","path":"thread/tss_get","type":"Thread support"},{"name":"tss_set","path":"thread/tss_set","type":"Thread support"},{"name":"Type","path":"language/types","type":"C language"},{"name":"Type","path":"language/compatible_type","type":"C language"},{"name":"Type support","path":"types","type":"Type support"},{"name":"Type-generic math","path":"numeric/tgmath","type":"Numerics"},{"name":"typedef","path":"keyword/typedef","type":"C keywords"},{"name":"Typedef declaration","path":"language/typedef","type":"C language"},{"name":"Undefined behavior","path":"language/behavior","type":"C language"},{"name":"ungetc","path":"io/ungetc","type":"File input/output"},{"name":"ungetwc","path":"io/ungetwc","type":"File input/output"},{"name":"union","path":"keyword/union","type":"C keywords"},{"name":"Union declaration","path":"language/union","type":"C language"},{"name":"unsigned","path":"keyword/unsigned","type":"C keywords"},{"name":"Value categories","path":"language/value_category","type":"C language"},{"name":"Variadic arguments","path":"language/variadic","type":"C language"},{"name":"Variadic functions","path":"variadic","type":"Variadic functions"},{"name":"va_arg","path":"variadic/va_arg","type":"Variadic functions"},{"name":"va_copy","path":"variadic/va_copy","type":"Variadic functions"},{"name":"va_end","path":"variadic/va_end","type":"Variadic functions"},{"name":"va_list","path":"variadic/va_list","type":"Variadic functions"},{"name":"va_start","path":"variadic/va_start","type":"Variadic functions"},{"name":"vfprintf","path":"io/vfprintf","type":"File input/output"},{"name":"vfprintf_s","path":"io/vfprintf","type":"File input/output"},{"name":"vfscanf","path":"io/vfscanf","type":"File input/output"},{"name":"vfscanf_s","path":"io/vfscanf","type":"File input/output"},{"name":"vfwprintf","path":"io/vfwprintf","type":"File input/output"},{"name":"vfwprintf_s","path":"io/vfwprintf","type":"File input/output"},{"name":"vfwscanf","path":"io/vfwscanf","type":"File input/output"},{"name":"vfwscanf_s","path":"io/vfwscanf","type":"File input/output"},{"name":"void","path":"keyword/void","type":"C keywords"},{"name":"volatile","path":"keyword/volatile","type":"C keywords"},{"name":"volatile type qualifier","path":"language/volatile","type":"C language"},{"name":"vprintf","path":"io/vfprintf","type":"File input/output"},{"name":"vprintf_s","path":"io/vfprintf","type":"File input/output"},{"name":"vscanf","path":"io/vfscanf","type":"File input/output"},{"name":"vscanf_s","path":"io/vfscanf","type":"File input/output"},{"name":"vsnprintf","path":"io/vfprintf","type":"File input/output"},{"name":"vsprintf","path":"io/vfprintf","type":"File input/output"},{"name":"vsscanf","path":"io/vfscanf","type":"File input/output"},{"name":"vsscanf_s","path":"io/vfscanf","type":"File input/output"},{"name":"vswprintf","path":"io/vfwprintf","type":"File input/output"},{"name":"vswprintf_s","path":"io/vfwprintf","type":"File input/output"},{"name":"vswscanf","path":"io/vfwscanf","type":"File input/output"},{"name":"vswscanf_s","path":"io/vfwscanf","type":"File input/output"},{"name":"vwprintf","path":"io/vfwprintf","type":"File input/output"},{"name":"vwprintf_s","path":"io/vfwprintf","type":"File input/output"},{"name":"vwscanf","path":"io/vfwscanf","type":"File input/output"},{"name":"vwscanf_s","path":"io/vfwscanf","type":"File input/output"},{"name":"wcrtomb","path":"string/multibyte/wcrtomb","type":"Strings"},{"name":"wcrtomb_s","path":"string/multibyte/wcrtomb","type":"Strings"},{"name":"wcscat","path":"string/wide/wcscat","type":"Strings"},{"name":"wcscat_s","path":"string/wide/wcscat","type":"Strings"},{"name":"wcschr","path":"string/wide/wcschr","type":"Strings"},{"name":"wcscmp","path":"string/wide/wcscmp","type":"Strings"},{"name":"wcscoll","path":"string/wide/wcscoll","type":"Strings"},{"name":"wcscpy","path":"string/wide/wcscpy","type":"Strings"},{"name":"wcscpy_s","path":"string/wide/wcscpy","type":"Strings"},{"name":"wcscspn","path":"string/wide/wcscspn","type":"Strings"},{"name":"wcsftime","path":"chrono/wcsftime","type":"Date and time"},{"name":"wcslen","path":"string/wide/wcslen","type":"Strings"},{"name":"wcsncat","path":"string/wide/wcsncat","type":"Strings"},{"name":"wcsncat_s","path":"string/wide/wcsncat","type":"Strings"},{"name":"wcsncmp","path":"string/wide/wcsncmp","type":"Strings"},{"name":"wcsncpy","path":"string/wide/wcsncpy","type":"Strings"},{"name":"wcsncpy_s","path":"string/wide/wcsncpy","type":"Strings"},{"name":"wcsnlen_s","path":"string/wide/wcslen","type":"Strings"},{"name":"wcspbrk","path":"string/wide/wcspbrk","type":"Strings"},{"name":"wcsrchr","path":"string/wide/wcsrchr","type":"Strings"},{"name":"wcsrtombs","path":"string/multibyte/wcsrtombs","type":"Strings"},{"name":"wcsrtombs_s","path":"string/multibyte/wcsrtombs","type":"Strings"},{"name":"wcsspn","path":"string/wide/wcsspn","type":"Strings"},{"name":"wcsstr","path":"string/wide/wcsstr","type":"Strings"},{"name":"wcstod","path":"string/wide/wcstof","type":"Strings"},{"name":"wcstof","path":"string/wide/wcstof","type":"Strings"},{"name":"wcstoimax","path":"string/wide/wcstoimax","type":"Strings"},{"name":"wcstok","path":"string/wide/wcstok","type":"Strings"},{"name":"wcstok_s","path":"string/wide/wcstok","type":"Strings"},{"name":"wcstol","path":"string/wide/wcstol","type":"Strings"},{"name":"wcstold","path":"string/wide/wcstof","type":"Strings"},{"name":"wcstoll","path":"string/wide/wcstol","type":"Strings"},{"name":"wcstombs","path":"string/multibyte/wcstombs","type":"Strings"},{"name":"wcstombs_s","path":"string/multibyte/wcstombs","type":"Strings"},{"name":"wcstoul","path":"string/wide/wcstoul","type":"Strings"},{"name":"wcstoull","path":"string/wide/wcstoul","type":"Strings"},{"name":"wcstoumax","path":"string/wide/wcstoimax","type":"Strings"},{"name":"wcsxfrm","path":"string/wide/wcsxfrm","type":"Strings"},{"name":"wctob","path":"string/multibyte/wctob","type":"Strings"},{"name":"wctomb","path":"string/multibyte/wctomb","type":"Strings"},{"name":"wctomb_s","path":"string/multibyte/wctomb","type":"Strings"},{"name":"wctrans","path":"string/wide/wctrans","type":"Strings"},{"name":"wctype","path":"string/wide/wctype","type":"Strings"},{"name":"while","path":"keyword/while","type":"C keywords"},{"name":"while loop","path":"language/while","type":"C language"},{"name":"wmemchr","path":"string/wide/wmemchr","type":"Strings"},{"name":"wmemcmp","path":"string/wide/wmemcmp","type":"Strings"},{"name":"wmemcpy","path":"string/wide/wmemcpy","type":"Strings"},{"name":"wmemcpy_s","path":"string/wide/wmemcpy","type":"Strings"},{"name":"wmemmove","path":"string/wide/wmemmove","type":"Strings"},{"name":"wmemmove_s","path":"string/wide/wmemmove","type":"Strings"},{"name":"wmemset","path":"string/wide/wmemset","type":"Strings"},{"name":"wprintf","path":"io/fwprintf","type":"File input/output"},{"name":"wprintf_s","path":"io/fwprintf","type":"File input/output"},{"name":"wscanf","path":"io/fwscanf","type":"File input/output"},{"name":"wscanf_s","path":"io/fwscanf","type":"File input/output"},{"name":"_Alignas","path":"keyword/_alignas","type":"C keywords"},{"name":"_Alignof","path":"keyword/_alignof","type":"C keywords"},{"name":"_Alignof operator","path":"language/alignof","type":"C language"},{"name":"_Atomic","path":"keyword/_atomic","type":"C keywords"},{"name":"_Bool","path":"keyword/_bool","type":"C keywords"},{"name":"_Complex","path":"keyword/_complex","type":"C keywords"},{"name":"_Complex_I","path":"numeric/complex/complex_i","type":"Numerics"},{"name":"_Exit","path":"program/_exit","type":"Program support"},{"name":"_Generic","path":"keyword/_generic","type":"C keywords"},{"name":"_Imaginary","path":"keyword/_imaginary","type":"C keywords"},{"name":"_Imaginary_I","path":"numeric/complex/imaginary_i","type":"Numerics"},{"name":"_Noreturn","path":"keyword/_noreturn","type":"C keywords"},{"name":"_Noreturn function specifier","path":"language/noreturn","type":"C language"},{"name":"_Static_assert","path":"keyword/_static_assert","type":"C keywords"},{"name":"_Thread_local","path":"keyword/_thread_local","type":"C keywords"}],"types":[{"name":"Algorithms","count":5,"slug":"algorithms"},{"name":"Atomic operations","count":35,"slug":"atomic-operations"},{"name":"C keywords","count":46,"slug":"c-keywords"},{"name":"C language","count":94,"slug":"c-language"},{"name":"Date and time","count":21,"slug":"date-and-time"},{"name":"Dynamic memory management","count":6,"slug":"dynamic-memory-management"},{"name":"Error handling","count":9,"slug":"error-handling"},{"name":"File input/output","count":95,"slug":"file-input-output"},{"name":"Localization support","count":10,"slug":"localization-support"},{"name":"Numerics","count":309,"slug":"numerics"},{"name":"Program support","count":27,"slug":"program-support"},{"name":"Strings","count":146,"slug":"strings"},{"name":"Thread support","count":38,"slug":"thread-support"},{"name":"Type support","count":11,"slug":"type-support"},{"name":"Variadic functions","count":6,"slug":"variadic-functions"}]}