Namespaces
Variants
Views
Actions

Difference between revisions of "c/symbol index"

From cppreference.com
< c
m (~)
(strdold since c99)
 
(10 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
{{c/navbar}}
 
{{c/navbar}}
  
<br/>
+
<br>
 
This page tries to list all the symbols that are available from the ''Standard Library''. The symbols are written as follows:
 
This page tries to list all the symbols that are available from the ''Standard Library''. The symbols are written as follows:
*Function and function-like macro names with ''()''.
+
*Function names with {{tt|()}}.
*[[c/numeric/tgmath|Type-generic macro]] and [[c/atomic|generic function]] names marked with {{mark|generic}}.<!-- Is <>() better for them? -->
+
*[[c/language/generic|Generic]] function names (e.g., [[c/atomic|atomics]]) marked with {{mark|generic}}.
  
==<blockquote><tt>[[#(underscore)|_]] [[#A| A]]  [[#B| B]]  [[#C| C]]  [[#D| D]]  [[#E| E]]  [[#F| F]]  [[#G| G]]  [[#H| H]]  [[#I| I]]  [[#J| J]]  [[#K| K]]  [[#L| L]]  [[#M| M]]  [[#N| N]]  [[#O| O]]  [[#P| P]]  [[#Q| Q]]  [[#R| R]]  [[#S| S]]  [[#T| T]]  [[#U| U]]  [[#V| V]]  [[#W| W]]  [[#X| X]] </tt></blockquote>==  
+
{{rl|macro|Macro symbols}} are listed in a separated page.
<br/>
+
 
 +
==<blockquote><tt>[[#(underscore)|_]] [[#A|A]]  [[#B|B]]  [[#C|C]]  [[#D|D]]  [[#E|E]]  [[#F|F]]  [[#G|G]]  [[#H|H]]  [[#I|I]]  [[#J|J]]  [[#L|L]]  [[#M|M]]  [[#N|N]]  [[#O|O]]  [[#P|P]]  [[#Q|Q]]  [[#R|R]]  [[#S|S]]  [[#T|T]]  [[#U|U]]  [[#V|V]]  [[#W|W]]</tt></blockquote>==
 +
<br>
 +
 
 +
==={{rl|macro|Macros}}===
  
 
===_ (underscore)===
 
===_ (underscore)===
{{ltt|c/types|__alignas_is_defined}} {{mark since c11}}<br/>
+
{{ltf|c/program/_Exit}} {{mark since c99}}<br>
{{ltt|c/types|__alignof_is_defined}} {{mark since c11}}<br/>
+
{{ltt|c/types|__bool_true_false_are_defined}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/complex|_Complex_I}} {{mark since c99}}<br/>
+
{{ltf|c/program/_Exit}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/complex|_Imaginary_I}} {{mark since c99}}<br/>
+
{{ltt|c/io|_IOFBF}}<br/>
+
{{ltt|c/io|_IOLBF}}<br/>
+
{{ltt|c/io|_IONBF}}<br/>
+
  
 
===A===
 
===A===
{{ltf|c/program/abort}}<br/>
+
{{ltf|c/program/abort}}<br>
{{ltf|c/error/abort_handler_s}} {{mark since c11}}<br/>
+
{{ltf|c/error/abort_handler_s}} {{mark since c11}}<br>
{{ltf|c/numeric/math/abs}}<br/>
+
{{ltf|c/numeric/math/abs}}<br>
{{ltf|c/numeric/math/acos}}<br/>
+
{{ltf|c/numeric/math/acos}}<br>
{{ltf|c/numeric/math/acos}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/acos|acosf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/acos|acosf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/acosh}} {{mark since c99}}<br>
{{ltf|c/numeric/math/acosh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/acosh|acoshf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/acosh}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/acosh|acoshl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/acosh|acoshf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/acos|acosl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/acosh|acoshl}} {{mark since c99}}<br/>
+
{{ltf|c/memory/aligned_alloc}} {{mark since c11}}<br>
{{ltf|c/numeric/math/acos|acosl}} {{mark since c99}}<br/>
+
{{ltf|c/chrono/asctime}} {{mark deprecated c23}}<br>
{{ltt|c/types|alignas}} {{mark macro keyword}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/asctime|asctime_s}} {{mark since c11}}<br>
{{ltf|c/memory/aligned_alloc}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/asin}}<br>
{{ltt|c/types|alignof}} {{mark macro keyword}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/asin|asinf}} {{mark since c99}}<br>
{{ltt|c/language/operator_alternative|and}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltf|c/numeric/math/asinh}} {{mark since c99}}<br>
{{ltt|c/language/operator_alternative|and_eq}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltf|c/numeric/math/asinh|asinhf}} {{mark since c99}}<br>
{{ltf|c/chrono/asctime}}<br/>
+
{{ltf|c/numeric/math/asinh|asinhl}} {{mark since c99}}<br>
{{ltf|c/chrono/asctime|asctime_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/asin|asinl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/asin}}<br/>
+
{{ltf|c/program/at_quick_exit}} {{mark since c11}}<br>
{{ltf|c/numeric/math/asin}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan}}<br>
{{ltf|c/numeric/math/asin|asinf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan2}}<br>
{{ltf|c/numeric/math/asinh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan2|atan2f}} {{mark since c99}}<br>
{{ltf|c/numeric/math/asinh}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan2|atan2l}} {{mark since c99}}<br>
{{ltf|c/numeric/math/asinh|asinhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan|atanf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/asinh|asinhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atanh}} {{mark since c99}}<br>
{{ltf|c/numeric/math/asin|asinl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atanh|atanhf}} {{mark since c99}}<br>
{{ltf|c/error/assert}}<br/>
+
{{ltf|c/numeric/math/atanh|atanhl}} {{mark since c99}}<br>
{{ltf|c/program/at_quick_exit}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/atan|atanl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/atan}}<br/>
+
{{ltf|c/program/atexit}}<br>
{{ltf|c/numeric/math/atan}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/atof}}<br>
{{ltf|c/numeric/math/atan2}}<br/>
+
{{ltf|c/string/byte/atoi}}<br>
{{ltf|c/numeric/math/atan2}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/atoi|atol}}<br>
{{ltf|c/numeric/math/atan2|atan2f}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/atoi|atoll}} {{mark since c99}}<br>
{{ltf|c/numeric/math/atan2|atan2l}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan|atanf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atanh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atanh}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atanh|atanhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atanh|atanhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/atan|atanl}} {{mark since c99}}<br/>
+
{{ltf|c/program/atexit}}<br/>
+
{{ltf|c/string/byte/atof}}<br/>
+
{{ltf|c/string/byte/atoi}}<br/>
+
{{ltf|c/string/byte/atoi|atol}}<br/>
+
{{ltf|c/string/byte/atoi|atoll}} {{mark since c99}}<br/>
+
 
{{collapse top|{{tt|atomic_''type''}}}}
 
{{collapse top|{{tt|atomic_''type''}}}}
{{ltt|c/atomic|atomic_bool}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_bool}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_char}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_char}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_char16_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_char16_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_char32_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_char32_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_fast16_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_fast16_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_fast32_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_fast32_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_fast64_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_fast64_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_fast8_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_fast8_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_least16_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_least16_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_least32_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_least32_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_least64_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_least64_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_int_least8_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_int_least8_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_intmax_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_intmax_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_intptr_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_intptr_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_llong}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_llong}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_long}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_long}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_ptrdiff_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_ptrdiff_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_schar}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_schar}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_short}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_short}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_size_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_size_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uchar}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uchar}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_fast16_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_fast16_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_fast32_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_fast32_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_fast64_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_fast64_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_fast8_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_fast8_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_least16_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_least16_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_least32_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_least32_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_least64_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_least64_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uint_least8_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uint_least8_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uintmax_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uintmax_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_uintptr_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_uintptr_t}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_ullong}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_ullong}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_ulong}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_ulong}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_ushort}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_ushort}} {{mark since c11}}<br>
{{ltt|c/atomic|atomic_wchar_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread|atomic_wchar_t}} {{mark since c11}}<br>
 
{{collapse bottom}}<!--
 
{{collapse bottom}}<!--
 
---->
 
---->
{{collapse top|{{tt|ATOMIC_''TYPE''_LOCK_FREE}}}}
+
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_strong}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_BOOL_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_strong_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_CHAR_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_weak}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_CHAR16_T_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_weak_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_CHAR32_T_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_exchange}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_INT_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_exchange|atomic_exchange_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_LONG_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_add}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_POINTER_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_add|atomic_fetch_add_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_LLONG_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_and}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_SHORT_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_and|atomic_fetch_and_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltt|c/atomic/ATOMIC_LOCK_FREE_consts|ATOMIC_WCHAR_T_LOCK_FREE}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_or}} {{mark|generic}} {{mark since c11}}<br>
{{collapse bottom}}<!--
+
{{ltf|c/atomic/atomic_fetch_or|atomic_fetch_or_explicit}} {{mark|generic}} {{mark since c11}}<br>
---->
+
{{ltf|c/atomic/atomic_fetch_sub}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_strong}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_sub|atomic_fetch_sub_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_strong_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_xor}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_weak}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_fetch_xor|atomic_fetch_xor_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_compare_exchange|atomic_compare_exchange_weak_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/atomic_flag}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_exchange}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_clear}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_exchange|atomic_exchange_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_clear|atomic_flag_clear_explicit}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_add}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_test_and_set}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_add|atomic_fetch_add_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_test_and_set|atomic_flag_test_and_set_explicit}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_and}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_init}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_and|atomic_fetch_and_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_is_lock_free}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_or}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_load}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_or|atomic_fetch_or_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_load|atomic_load_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_sub}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_signal_fence}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_sub|atomic_fetch_sub_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_store}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_xor}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_store|atomic_store_explicit}} {{mark|generic}} {{mark since c11}}<br>
{{ltf|c/atomic/atomic_fetch_xor|atomic_fetch_xor_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_thread_fence}} {{mark since c11}}<br>
{{ltt|c/atomic/atomic_flag}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_clear}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_clear|atomic_flag_clear_explicit}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/ATOMIC_FLAG_INIT}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_test_and_set}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_flag_test_and_set|atomic_flag_test_and_set_explicit}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_init}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_is_lock_free}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_load}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_load|atomic_load_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_signal_fence}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_store}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_store|atomic_store_explicit}} {{mark|generic}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/atomic_thread_fence}} {{mark since c11}}<br/>
+
{{ltf|c/atomic/ATOMIC_VAR_INIT}} {{mark life|since=c11|deprecated=c17}}<br/>
+
  
 
===B===
 
===B===
{{ltt|c/language/operator_alternative|bitand}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltf|c/algorithm/bsearch}}<br>
{{ltt|c/language/operator_alternative|bitor}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltf|c/algorithm/bsearch|bsearch_s}} {{mark since c11}}<br>
{{ltt|c/types|bool}} {{mark macro keyword}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/btowc}} {{mark since c95}}<br>
{{ltf|c/algorithm/bsearch}}<br/>
+
{{ltf|c/algorithm/bsearch|bsearch_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/multibyte/btowc}} {{mark since c95}}<br/>
+
{{ltt|c/io|BUFSIZ}}<br/>
+
  
 
===C===
 
===C===
{{ltf|c/string/multibyte/c16rtomb}} {{mark since c11}}<br/>
+
{{ltf|c/string/multibyte/c16rtomb}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/c32rtomb}} {{mark since c11}}<br/>
+
{{ltf|c/string/multibyte/c32rtomb}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/cabs}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cabs}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cabs|cabsf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cabs|cabsf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cabs|cabsl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cabs|cabsl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cacos}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cacos}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cacos|cacosf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cacos|cacosf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cacosh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cacosh}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cacosh|cacoshf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cacosh|cacoshf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cacosh|cacoshl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cacosh|cacoshl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cacos|cacosl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cacos|cacosl}} {{mark since c99}}<br>
{{ltf|c/thread/call_once}} {{mark since c11}}<br/>
+
{{ltf|c/thread/call_once}} {{mark since c11}}<br>
{{ltf|c/memory/calloc}}<br/>
+
{{ltf|c/memory/calloc}}<br>
{{ltf|c/numeric/complex/carg}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/carg}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/carg}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/carg|cargf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/carg|cargf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/carg|cargl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/carg|cargl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/casin}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/casin}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/casin|casinf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/casin|casinf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/casinh}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/casinh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/casinh|casinhf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/casinh|casinhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/casinh|casinhl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/casinh|casinhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/casin|casinl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/casin|casinl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/catan}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/catan}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/catan|catanf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/catan|catanf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/catanh}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/catanh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/catanh|catanhf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/catanh|catanhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/catanh|catanhl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/catanh|catanhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/catan|catanl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/catan|catanl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/cbrt}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cbrt}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/cbrt|cbrtf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cbrt}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/cbrt|cbrtl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cbrt|cbrtf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ccos}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cbrt|cbrtl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ccos|ccosf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/ccos}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ccosh}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/ccos|ccosf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ccosh|ccoshf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/ccosh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ccosh|ccoshl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/ccosh|ccoshf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ccos|ccosl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/ccosh|ccoshl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/ceil}}<br>
{{ltf|c/numeric/complex/ccos|ccosl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/ceil|ceilf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ceil}}<br/>
+
{{ltf|c/numeric/math/ceil|ceill}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ceil}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cexp}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ceil|ceilf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cexp|cexpf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ceil|ceill}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cexp|cexpl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cexp}} {{mark since c99}}<br/>
+
{{ltt|c/string/multibyte/char16_t}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/cexp|cexpf}} {{mark since c99}}<br/>
+
{{ltt|c/string/multibyte/char32_t}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/cexp|cexpl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cimag}} {{mark since c99}}<br>
{{ltt|c/types/limits|CHAR_BIT}}<br/>
+
{{ltf|c/numeric/complex/cimag|cimagf}} {{mark since c99}}<br>
{{ltt|c/types/limits|CHAR_MAX}}<br/>
+
{{ltf|c/numeric/complex/cimag|cimagl}} {{mark since c99}}<br>
{{ltt|c/types/limits|CHAR_MIN}}<br/>
+
{{ltf|c/io/clearerr}}<br>
{{ltt|c/string/multibyte/char16_t}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/clock}}<br>
{{ltt|c/string/multibyte/char32_t}} {{mark since c11}}<br/>
+
{{ltt|c/chrono/clock_t}}<br>
{{ltf|c/numeric/complex/cimag}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/clog}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cimag}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/clog|clogf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cimag|cimagf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/clog|clogl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cimag|cimagl}} {{mark since c99}}<br/>
+
{{ltf|c/thread/cnd_broadcast}} {{mark since c11}}<br>
{{ltf|c/io/clearerr}}<br/>
+
{{ltf|c/thread/cnd_destroy}} {{mark since c11}}<br>
{{ltf|c/chrono/clock}}<br/>
+
{{ltf|c/thread/cnd_init}} {{mark since c11}}<br>
{{ltt|c/chrono/clock_t}}<br/>
+
{{ltf|c/thread/cnd_signal}} {{mark since c11}}<br>
{{ltt|c/chrono/CLOCKS_PER_SEC}}<br/>
+
{{ltt|c/thread|cnd_t}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/clog}} {{mark since c99}}<br/>
+
{{ltf|c/thread/cnd_timedwait}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/clog|clogf}} {{mark since c99}}<br/>
+
{{ltf|c/thread/cnd_wait}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/clog|clogl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/conj}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/CMPLX}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/complex/conj|conjf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/CMPLX|CMPLXF}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/complex/conj|conjl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/CMPLX|CMPLXL}} {{mark since c11}}<br/>
+
{{ltt|c/error/set_constraint_handler_s|constraint_handler_t}} {{mark since c11}}<br>
{{ltf|c/thread/cnd_broadcast}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/copysign}} {{mark since c99}}<br>
{{ltf|c/thread/cnd_destroy}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/copysign|copysignf}} {{mark since c99}}<br>
{{ltf|c/thread/cnd_init}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/copysign|copysignl}} {{mark since c99}}<br>
{{ltf|c/thread/cnd_signal}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/cos}}<br>
{{ltt|c/thread|cnd_t}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/cos|cosf}} {{mark since c99}}<br>
{{ltf|c/thread/cnd_timedwait}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/cosh}}<br>
{{ltf|c/thread/cnd_wait}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/cosh|coshf}} {{mark since c99}}<br>
{{ltt|c/language/operator_alternative|compl}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltf|c/numeric/math/cosh|coshl}} {{mark since c99}}<br>
{{ltt|c/numeric/complex/complex}} {{mark macro keyword}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/cos|cosl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/conj}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cpow}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/conj}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cpow|cpowf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/conj|conjf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cpow|cpowl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/conj|conjl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cproj}} {{mark since c99}}<br>
{{ltt|c/error/set_constraint_handler_s|constraint_handler_t}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/complex/cproj|cprojf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/copysign}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/cproj|cprojl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/copysign}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/creal}} {{mark since c99}}<br>
{{ltf|c/numeric/math/copysign|copysignf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/creal|crealf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/copysign|copysignl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/creal|creall}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cos}}<br/>
+
{{ltf|c/numeric/complex/csin}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cos}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csin|csinf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cos|cosf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csinh}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cosh}}<br/>
+
{{ltf|c/numeric/complex/csinh|csinhf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cosh}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csinh|csinhl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cosh|coshf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csin|csinl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cosh|coshl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csqrt}} {{mark since c99}}<br>
{{ltf|c/numeric/math/cos|cosl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csqrt|csqrtf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cpow}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csqrt|csqrtl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cpow|cpowf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctan}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cpow|cpowl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctan|ctanf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cproj}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctanh}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cproj}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctanh|ctanhf}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cproj|cprojf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctanh|ctanhl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/cproj|cprojl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctan|ctanl}} {{mark since c99}}<br>
{{ltf|c/numeric/complex/creal}} {{mark since c99}}<br/>
+
{{ltf|c/chrono/ctime}} {{mark deprecated c23}}<br>
{{ltf|c/numeric/complex/creal}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/chrono/ctime|ctime_s}} {{mark since c11}}<br>
{{ltf|c/numeric/complex/creal|crealf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/creal|creall}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csin}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csin|csinf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csinh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csinh|csinhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csinh|csinhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csin|csinl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csqrt}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csqrt|csqrtf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/csqrt|csqrtl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctan}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctan|ctanf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctanh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctanh|ctanhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctanh|ctanhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/complex/ctan|ctanl}} {{mark since c99}}<br/>
+
{{ltf|c/chrono/ctime}}<br/>
+
{{ltf|c/chrono/ctime|ctime_s}} {{mark since c11}}<br/>
+
  
 
===D===
 
===D===
{{ltt|c/types/limits|DBL_DECIMAL_DIG}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/difftime}}<br>
{{ltt|c/types/limits|DBL_DIG}}<br/>
+
{{ltf|c/numeric/math/div}}<br>
{{ltt|c/types/limits|DBL_EPSILON}}<br/>
+
{{ltt|c/numeric/math/div|div_t}}<br>
{{ltt|c/types/limits|DBL_HAS_SUBNORM}} {{mark since c11}}<br/>
+
{{ltt|c/numeric/math/float_t|double_t}} {{mark since c99}}<br>
{{ltt|c/types/limits|DBL_MANT_DIG}}<br/>
+
{{ltt|c/types/limits|DBL_MAX}}<br/>
+
{{ltt|c/types/limits|DBL_MAX_10_EXP}}<br/>
+
{{ltt|c/types/limits|DBL_MAX_EXP}}<br/>
+
{{ltt|c/types/limits|DBL_MIN}}<br/>
+
{{ltt|c/types/limits|DBL_MIN_10_EXP}}<br/>
+
{{ltt|c/types/limits|DBL_MIN_EXP}}<br/>
+
{{ltt|c/types/limits|DBL_TRUE_MIN}} {{mark since c11}}<br/>
+
{{ltt|c/types/limits|DECIMAL_DIG}} {{mark since c99}}<br/>
+
{{ltf|c/chrono/difftime}}<br/>
+
{{ltf|c/numeric/math/div}}<br/>
+
{{ltt|c/numeric/math/div|div_t}}<br/>
+
{{ltt|c/numeric/math/float_t|double_t}} {{mark since c99}}<br/>
+
  
 
===E===
 
===E===
{{ltt|c/error/errno_macros|EDOM}}<br/>
+
{{ltf|c/numeric/math/erf}} {{mark since c99}}<br>
{{ltt|c/error/errno_macros|EILSEQ}} {{mark since c95}}<br/>
+
{{ltf|c/numeric/math/erfc}} {{mark since c99}}<br>
{{ltt|c/io|EOF}}<br/>
+
{{ltf|c/numeric/math/erfc|erfcf}} {{mark since c99}}<br>
{{ltt|c/error/errno_macros|ERANGE}}<br/>
+
{{ltf|c/numeric/math/erfc|erfcl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/erf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/erf|erff}} {{mark since c99}}<br>
{{ltf|c/numeric/math/erf}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/erf|erfl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/erfc}} {{mark since c99}}<br/>
+
{{ltt|c/error|errno_t}} {{mark since c11}}<br>
{{ltf|c/numeric/math/erfc}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/program/exit}}<br>
{{ltf|c/numeric/math/erfc|erfcf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp}}<br>
{{ltf|c/numeric/math/erfc|erfcl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2}} {{mark since c99}}<br>
{{ltf|c/numeric/math/erf|erff}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2|exp2f}} {{mark since c99}}<br>
{{ltf|c/numeric/math/erf|erfl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2|exp2l}} {{mark since c99}}<br>
{{ltt|c/error/errno}} {{mark|macro variable}}<br/>
+
{{ltf|c/numeric/math/exp|expf}} {{mark since c99}}<br>
{{ltt|c/error|errno_t}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/exp|expl}} {{mark since c99}}<br>
{{ltf|c/program/exit}}<br/>
+
{{ltf|c/numeric/math/expm1}} {{mark since c99}}<br>
{{ltt|c/program/EXIT_status|EXIT_FAILURE}}<br/>
+
{{ltf|c/numeric/math/expm1|expm1f}} {{mark since c99}}<br>
{{ltt|c/program/EXIT_status|EXIT_SUCCESS}}<br/>
+
{{ltf|c/numeric/math/expm1|expm1l}} {{mark since c99}}<br>
{{ltf|c/numeric/math/exp}}<br/>
+
{{ltf|c/numeric/math/exp}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2|exp2f}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp2|exp2l}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp|expf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/exp|expl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/expm1}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/expm1}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/expm1|expm1f}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/expm1|expm1l}} {{mark since c99}}<br/>
+
  
 
===F===
 
===F===
{{ltf|c/numeric/math/fabs}}<br/>
+
{{ltf|c/numeric/math/fabs}}<br>
{{ltf|c/numeric/math/fabs}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fabs|fabsf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/fabs|fabsf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fabs|fabsl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/fabs|fabsl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fclose}}<br>
{{ltt|c/types|false}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fdim}} {{mark since c99}}<br>
{{ltf|c/io/fclose}}<br/>
+
{{ltf|c/numeric/math/fdim|fdimf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/fdim}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fdim|fdiml}} {{mark since c99}}<br>
{{ltf|c/numeric/math/fdim}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feclearexcept}} {{mark since c99}}<br>
{{ltf|c/numeric/math/fdim|fdimf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feenv|fegetenv}} {{mark since c99}}<br>
{{ltf|c/numeric/math/fdim|fdiml}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feexceptflag|fegetexceptflag}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_exceptions|FE_ALL_EXCEPT}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feround|fegetround}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_DFL_ENV}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feholdexcept}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_exceptions|FE_DIVBYZERO}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/fenv|fenv_t}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_round|FE_DOWNWARD}} {{mark since c99}}<br/>
+
{{ltf|c/io/feof}}<br>
{{ltt|c/numeric/fenv/FE_exceptions|FE_INEXACT}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feraiseexcept}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_exceptions|FE_INVALID}} {{mark since c99}}<br/>
+
{{ltf|c/io/ferror}}<br>
{{ltt|c/numeric/fenv/FE_exceptions|FE_OVERFLOW}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feenv|fesetenv}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_round|FE_TONEAREST}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feexceptflag|fesetexceptflag}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_round|FE_TOWARDZERO}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feround|fesetround}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_exceptions|FE_UNDERFLOW}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/fetestexcept}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv/FE_round|FE_UPWARD}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/fenv/feupdateenv}} {{mark since c99}}<br>
{{ltf|c/numeric/fenv/feclearexcept}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/fenv|fexcept_t}} {{mark since c99}}<br>
{{ltf|c/numeric/fenv/feenv|fegetenv}} {{mark since c99}}<br/>
+
{{ltf|c/io/fflush}}<br>
{{ltf|c/numeric/fenv/feexceptflag|fegetexceptflag}} {{mark since c99}}<br/>
+
{{ltf|c/io/fgetc}}<br>
{{ltf|c/numeric/fenv/feround|fegetround}} {{mark since c99}}<br/>
+
{{ltf|c/io/fgetpos}}<br>
{{ltf|c/numeric/fenv/feholdexcept}} {{mark since c99}}<br/>
+
{{ltf|c/io/fgets}}<br>
{{ltt|c/numeric/fenv|fenv_t}} {{mark since c99}}<br/>
+
{{ltf|c/io/fgetwc}} {{mark since c95}}<br>
{{ltf|c/io/feof}}<br/>
+
{{ltf|c/io/fgetws}} {{mark since c95}}<br>
{{ltf|c/numeric/fenv/feraiseexcept}} {{mark since c99}}<br/>
+
{{ltt|c/io/FILE}}<br>
{{ltf|c/io/ferror}}<br/>
+
{{ltt|c/numeric/math/float_t}} {{mark since c99}}<br>
{{ltf|c/numeric/fenv/feenv|fesetenv}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/floor}}<br>
{{ltf|c/numeric/fenv/feexceptflag|fesetexceptflag}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/floor|floorf}} {{mark since c99}}<br>
{{ltf|c/numeric/fenv/feround|fesetround}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/floor|floorl}} {{mark since c99}}<br>
{{ltf|c/numeric/fenv/fetestexcept}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fma}} {{mark since c99}}<br>
{{ltf|c/numeric/fenv/feupdateenv}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fma|fmaf}} {{mark since c99}}<br>
{{ltt|c/numeric/fenv|fexcept_t}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fma|fmal}} {{mark since c99}}<br>
{{ltf|c/io/fflush}}<br/>
+
{{ltf|c/numeric/math/fmax}} {{mark since c99}}<br>
{{ltf|c/io/fgetc}}<br/>
+
{{ltf|c/numeric/math/fmax|fmaxf}} {{mark since c99}}<br>
{{ltf|c/io/fgetpos}}<br/>
+
{{ltf|c/numeric/math/fmax|fmaxl}} {{mark since c99}}<br>
{{ltf|c/io/fgets}}<br/>
+
{{ltf|c/numeric/math/fmin}} {{mark since c99}}<br>
{{ltf|c/io/fgetwc}} {{mark since c95}}<br/>
+
{{ltf|c/numeric/math/fmin|fminf}} {{mark since c99}}<br>
{{ltf|c/io/fgetws}} {{mark since c95}}<br/>
+
{{ltf|c/numeric/math/fmin|fminl}} {{mark since c99}}<br>
{{ltt|c/io/FILE}}<br/>
+
{{ltf|c/numeric/math/fmod}}<br>
{{ltt|c/io|FILENAME_MAX}}<br/>
+
{{ltf|c/numeric/math/fmod|fmodf}} {{mark since c99}}<br>
{{ltt|c/numeric/math/float_t}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmod|fmodl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/floor}}<br/>
+
{{ltf|c/io/fopen}}<br>
{{ltf|c/numeric/math/floor}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/io/fopen|fopen_s}} {{mark since c11}}<br>
{{ltf|c/numeric/math/floor|floorf}} {{mark since c99}}<br/>
+
{{ltt|c/io/fpos_t}}<br>
{{ltf|c/numeric/math/floor|floorl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf}}<br>
{{ltt|c/types/limits|FLT_DECIMAL_DIG}} {{mark since c11}}<br/>
+
{{ltf|c/io/fprintf|fprintf_s}} {{mark since c11}}<br>
{{ltt|c/types/limits|FLT_DIG}}<br/>
+
{{ltf|c/io/fputc}}<br>
{{ltt|c/types/limits|FLT_EPSILON}}<br/>
+
{{ltf|c/io/fputs}}<br>
{{ltt|c/types/limits/FLT_EVAL_METHOD}} {{mark since c99}}<br/>
+
{{ltf|c/io/fputwc}} {{mark since c95}}<br>
{{ltt|c/types/limits|FLT_HAS_SUBNORM}} {{mark since c11}}<br/>
+
{{ltf|c/io/fputws}} {{mark since c95}}<br>
{{ltt|c/types/limits|FLT_MANT_DIG}}<br/>
+
{{ltf|c/io/fread}}<br>
{{ltt|c/types/limits|FLT_MAX}}<br/>
+
{{ltf|c/memory/free}}<br>
{{ltt|c/types/limits|FLT_MAX_10_EXP}}<br/>
+
{{ltf|c/io/freopen}}<br>
{{ltt|c/types/limits|FLT_MAX_EXP}}<br/>
+
{{ltf|c/io/freopen|freopen_s}} {{mark since c11}}<br>
{{ltt|c/types/limits|FLT_MIN}}<br/>
+
{{ltf|c/numeric/math/frexp}}<br>
{{ltt|c/types/limits|FLT_MIN_10_EXP}}<br/>
+
{{ltf|c/numeric/math/frexp|frexpf}} {{mark since c99}}<br>
{{ltt|c/types/limits|FLT_MIN_EXP}}<br/>
+
{{ltf|c/numeric/math/frexp|frexpl}} {{mark since c99}}<br>
{{ltt|c/types/limits|FLT_RADIX}}<br/>
+
{{ltf|c/io/fscanf}}<br>
{{ltt|c/types/limits/FLT_ROUNDS}}<br/>
+
{{ltf|c/io/fscanf|fscanf_s}} {{mark since c11}}<br>
{{ltt|c/types/limits|FLT_TRUE_MIN}} {{mark since c11}}<br/>
+
{{ltf|c/io/fseek}}<br>
{{ltf|c/numeric/math/fma}} {{mark since c99}}<br/>
+
{{ltf|c/io/fsetpos}}<br>
{{ltf|c/numeric/math/fma}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/io/ftell}}<br>
{{ltf|c/numeric/math/fma|fmaf}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwide}} {{mark since c95}}<br>
{{ltf|c/numeric/math/fma|fmal}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwprintf}} {{mark since c95}}<br>
{{ltf|c/numeric/math/fmax}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwprintf|fwprintf_s}} {{mark since c11}}<br>
{{ltf|c/numeric/math/fmax}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwrite}}<br>
{{ltf|c/numeric/math/fmax|fmaxf}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwscanf}} {{mark since c95}}<br>
{{ltf|c/numeric/math/fmax|fmaxl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwscanf|fwscanf_s}} {{mark since c11}}<br>
{{ltf|c/numeric/math/fmin}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmin}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmin|fminf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmin|fminl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmod}}<br/>
+
{{ltf|c/numeric/math/fmod}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmod|fmodf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fmod|fmodl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fopen}}<br/>
+
{{ltt|c/io|FOPEN_MAX}}<br/>
+
{{ltf|c/io/fopen|fopen_s}} {{mark since c11}}<br/>
+
{{ltt|c/numeric/math/fma|FP_FAST_FMA}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/fma|FP_FAST_FMAF}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/fma|FP_FAST_FMAL}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/ilogb|FP_ILOGB0}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/ilogb|FP_ILOGBNAN}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/FP_categories|FP_INFINITE}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/FP_categories|FP_NAN}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/FP_categories|FP_NORMAL}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/FP_categories|FP_SUBNORMAL}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/FP_categories|FP_ZERO}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/fpclassify}} {{mark since c99}}<br/>
+
{{ltt|c/io/fpos_t}}<br/>
+
{{ltf|c/io/fprintf}}<br/>
+
{{ltf|c/io/fprintf|fprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fputc}}<br/>
+
{{ltf|c/io/fputs}}<br/>
+
{{ltf|c/io/fputwc}} {{mark since c95}}<br/>
+
{{ltf|c/io/fputws}} {{mark since c95}}<br/>
+
{{ltf|c/io/fread}}<br/>
+
{{ltf|c/memory/free}}<br/>
+
{{ltf|c/io/freopen}}<br/>
+
{{ltf|c/io/freopen|freopen_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/frexp}}<br/>
+
{{ltf|c/numeric/math/frexp}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/frexp|frexpf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/frexp|frexpl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fscanf}}<br/>
+
{{ltf|c/io/fscanf|fscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fseek}}<br/>
+
{{ltf|c/io/fsetpos}}<br/>
+
{{ltf|c/io/ftell}}<br/>
+
{{ltf|c/io/fwide}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwprintf}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwprintf|fwprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fwrite}}<br/>
+
{{ltf|c/io/fwscanf}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwscanf|fwscanf_s}} {{mark since c11}}<br/>
+
  
 
===G===
 
===G===
{{ltf|c/io/fgetc|getc}}<br/>
+
{{ltf|c/io/fgetc|getc}}<br>
{{ltf|c/io/getchar}}<br/>
+
{{ltf|c/io/getchar}}<br>
{{ltf|c/program/getenv}}<br/>
+
{{ltf|c/program/getenv}}<br>
{{ltf|c/program/getenv|getenv_s}} {{mark since c11}}<br/>
+
{{ltf|c/program/getenv|getenv_s}} {{mark since c11}}<br>
{{ltf|c/io/gets}} {{mark until c11|removed=yes}}<br/>
+
{{ltf|c/io/gets}} {{mark until c11|removed=yes}}<br>
{{ltf|c/io/gets|gets_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/gets|gets_s}} {{mark since c11}}<br>
{{ltf|c/io/fgetwc|getwc}} {{mark since c95}}<br/>
+
{{ltf|c/io/fgetwc|getwc}} {{mark since c95}}<br>
{{ltf|c/io/getwchar|getwchar}} {{mark since c95}}<br/>
+
{{ltf|c/io/getwchar|getwchar}} {{mark since c95}}<br>
{{ltf|c/chrono/gmtime}}<br/>
+
{{ltf|c/chrono/gmtime}}<br>
{{ltf|c/chrono/gmtime|gmtime_s}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/gmtime|gmtime_r}} {{mark since c23}}<br>
 +
{{ltf|c/chrono/gmtime|gmtime_s}} {{mark since c11}}<br>
  
 
===H===
 
===H===
{{ltt|c/numeric/math/HUGE_VAL}}<br/>
+
{{ltf|c/numeric/math/hypot}} {{mark since c99}}<br>
{{ltt|c/numeric/math/HUGE_VAL|HUGE_VALF}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/hypot|hypotf}} {{mark since c99}}<br>
{{ltt|c/numeric/math/HUGE_VAL|HUGE_VALL}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/hypot|hypotl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/hypot|}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/hypot}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/hypot|hypotf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/hypot|hypotl}} {{mark since c99}}<br/>
+
  
 
===I===
 
===I===
{{ltt|c/numeric/complex/I}} {{mark since c99}}<br/>
+
{{ltf|c/error/ignore_handler_s}} {{mark since c11}}<br>
{{ltf|c/error/ignore_handler_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/ilogb}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ilogb}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/ilogb|ilogbf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ilogb}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/ilogb|ilogbl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ilogb|ilogbf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/abs|imaxabs}} {{mark since c99}}<br>
{{ltf|c/numeric/math/ilogb|ilogbl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/div|imaxdiv}} {{mark since c99}}<br>
{{ltt|c/numeric/complex/imaginary}} {{mark macro keyword}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/div|imaxdiv_t}} {{mark since c99}}<br>
{{ltf|c/numeric/math/abs|imaxabs}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/div|imaxdiv}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/div|imaxdiv_t}} {{mark since c99}}<br/>
+
{{ltt|c/numeric/math/INFINITY}} {{mark since c99}}<br/>
+
{{collapse top|{{tt|INT''WIDTH''_MAX}}}}
+
{{ltt|c/types/integer|INT_FAST16_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_FAST32_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_FAST64_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_FAST8_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST16_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST32_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST64_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST8_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT16_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT32_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT64_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT8_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INTMAX_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INTPTR_MAX}} {{mark since c99}}<br/>
+
{{collapse bottom}}<!--
+
---->
+
{{collapse top|{{tt|INT''WIDTH''_MIN}}}}
+
{{ltt|c/types/integer|INT_FAST16_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_FAST32_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_FAST64_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_FAST8_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST16_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST32_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST64_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT_LEAST8_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT16_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT32_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT64_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INT8_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INTMAX_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|INTPTR_MIN}} {{mark since c99}}<br/>
+
{{collapse bottom}}<!--
+
---->
+
 
{{collapse top|{{tt|int''width''_t}}}}
 
{{collapse top|{{tt|int''width''_t}}}}
{{ltt|c/types/integer|int_fast16_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_fast16_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_fast32_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_fast32_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_fast64_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_fast64_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_fast8_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_fast8_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_least16_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_least16_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_least32_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_least32_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_least64_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_least64_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int_least8_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int_least8_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int16_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int16_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int32_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int32_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int64_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int64_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|int8_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|int8_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|intmax_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|intmax_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|intptr_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|intptr_t}} {{mark since c99}}<br>
 
{{collapse bottom}}<!--
 
{{collapse bottom}}<!--
 
---->
 
---->
{{ltt|c/types/limits|INT_MAX}}<br/>
+
{{ltf|c/string/byte/isalnum}}<br>
{{ltt|c/types/limits|INT_MIN}}<br/>
+
{{ltf|c/string/byte/isalpha}}<br>
{{ltf|c/types/integer|INT16_C}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/isblank}} {{mark since c99}}<br>
{{ltf|c/types/integer|INT32_C}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/iscntrl}}<br>
{{ltf|c/types/integer|INT64_C}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/isdigit}}<br>
{{ltf|c/types/integer|INT8_C}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/isgraph}}<br>
{{ltf|c/types/integer|INTMAX_C}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/islower}}<br>
{{ltf|c/string/byte/isalnum}}<br/>
+
{{ltf|c/string/byte/isprint}}<br>
{{ltf|c/string/byte/isalpha}}<br/>
+
{{ltf|c/string/byte/ispunct}}<br>
{{ltf|c/string/byte/isblank}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/isspace}}<br>
{{ltf|c/string/byte/iscntrl}}<br/>
+
{{ltf|c/string/byte/isupper}}<br>
{{ltf|c/string/byte/isdigit}}<br/>
+
{{ltf|c/string/wide/iswalnum}} {{mark since c95}}<br>
{{ltf|c/numeric/math/isfinite}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswalpha}} {{mark since c95}}<br>
{{ltf|c/string/byte/isgraph}}<br/>
+
{{ltf|c/string/wide/iswblank}} {{mark since c99}}<br>
{{ltf|c/numeric/math/isgreater}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswcntrl}} {{mark since c95}}<br>
{{ltf|c/numeric/math/isgreaterequal}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswctype}} {{mark since c95}}<br>
{{ltf|c/numeric/math/isinf}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswdigit}} {{mark since c95}}<br>
{{ltf|c/numeric/math/isless}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswgraph}} {{mark since c95}}<br>
{{ltf|c/numeric/math/islessequal}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswlower}} {{mark since c95}}<br>
{{ltf|c/numeric/math/islessgreater}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswprint}} {{mark since c95}}<br>
{{ltf|c/string/byte/islower}}<br/>
+
{{ltf|c/string/wide/iswpunct}} {{mark since c95}}<br>
{{ltf|c/numeric/math/isnan}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswspace}} {{mark since c95}}<br>
{{ltf|c/numeric/math/isnormal}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswupper}} {{mark since c95}}<br>
{{ltf|c/string/byte/isprint}}<br/>
+
{{ltf|c/string/wide/iswxdigit}} {{mark since c95}}<br>
{{ltf|c/string/byte/ispunct}}<br/>
+
{{ltf|c/string/byte/isxdigit}}<br>
{{ltf|c/string/byte/isspace}}<br/>
+
{{ltf|c/numeric/math/isunordered}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/isupper}}<br/>
+
{{ltf|c/string/wide/iswalnum}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswalpha}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswblank}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/iswcntrl}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswctype}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswdigit}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswgraph}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswlower}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswprint}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswpunct}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswspace}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswupper}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/iswxdigit}} {{mark since c95}}<br/>
+
{{ltf|c/string/byte/isxdigit}}<br/>
+
  
 
===J===
 
===J===
{{ltt|c/program/jmp_buf}}<br/>
+
{{ltt|c/program/jmp_buf}}<br>
 
+
===K===
+
{{ltf|c/atomic/kill_dependency}} {{mark since c11}}<br/>
+
  
 
===L===
 
===L===
{{ltt|c/io|L_tmpnam}}<br/>
+
{{ltf|c/numeric/math/abs|labs}}<br>
{{ltt|c/io|L_tmpnam_s}} {{mark since c11}}<br/>
+
{{ltt|c/locale/lconv}}<br>
{{ltf|c/numeric/math/abs|labs}}<br/>
+
{{ltf|c/numeric/math/ldexp}}<br>
{{ltt|c/locale/LC_categories|LC_ALL}}<br/>
+
{{ltf|c/numeric/math/ldexp|ldexpf}} {{mark since c99}}<br>
{{ltt|c/locale/LC_categories|LC_COLLATE}}<br/>
+
{{ltf|c/numeric/math/ldexp|ldexpl}} {{mark since c99}}<br>
{{ltt|c/locale/LC_categories|LC_CTYPE}}<br/>
+
{{ltf|c/numeric/math/div|ldiv}}<br>
{{ltt|c/locale/LC_categories|LC_MONETARY}}<br/>
+
{{ltt|c/numeric/math/div|ldiv_t}}<br>
{{ltt|c/locale/LC_categories|LC_NUMERIC}}<br/>
+
{{ltf|c/numeric/math/lgamma}} {{mark since c99}}<br>
{{ltt|c/locale/LC_categories|LC_TIME}}<br/>
+
{{ltf|c/numeric/math/lgamma|lgammaf}} {{mark since c99}}<br>
{{ltt|c/locale/lconv}}<br/>
+
{{ltf|c/numeric/math/lgamma|lgammal}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_DECIMAL_DIG}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/abs|llabs}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_DIG}}<br/>
+
{{ltf|c/numeric/math/div|lldiv}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_EPSILON}}<br/>
+
{{ltt|c/numeric/math/div|lldiv_t}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_HAS_SUBNORM}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/rint|llrint}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_MANT_DIG}}<br/>
+
{{ltf|c/numeric/math/rint|llrintf}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_MAX}}<br/>
+
{{ltf|c/numeric/math/rint|llrintl}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_MAX_10_EXP}}<br/>
+
{{ltf|c/numeric/math/round|llround}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_MAX_EXP}}<br/>
+
{{ltf|c/numeric/math/round|llroundf}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_MIN}}<br/>
+
{{ltf|c/numeric/math/round|llroundl}} {{mark since c99}}<br>
{{ltt|c/types/limits|LDBL_MIN_10_EXP}}<br/>
+
{{ltf|c/locale/localeconv}}<br>
{{ltt|c/types/limits|LDBL_MIN_EXP}}<br/>
+
{{ltf|c/chrono/localtime}}<br>
{{ltt|c/types/limits|LDBL_TRUE_MIN}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/localtime|localtime_r}} {{mark since c23}}<br>
{{ltf|c/numeric/math/ldexp}}<br/>
+
{{ltf|c/chrono/localtime|localtime_s}} {{mark since c11}}<br>
{{ltf|c/numeric/math/ldexp}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log}}<br>
{{ltf|c/numeric/math/ldexp|ldexpf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log10}}<br>
{{ltf|c/numeric/math/ldexp|ldexpl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log10|log10f}} {{mark since c99}}<br>
{{ltf|c/numeric/math/div|ldiv}}<br/>
+
{{ltf|c/numeric/math/log10|log10l}} {{mark since c99}}<br>
{{ltt|c/numeric/math/div|ldiv_t}}<br/>
+
{{ltf|c/numeric/math/log1p}} {{mark since c99}}<br>
{{ltf|c/numeric/math/lgamma}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log1p|log1pf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/lgamma}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log1p|log1pl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/lgamma|lgammaf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2}} {{mark since c99}}<br>
{{ltf|c/numeric/math/lgamma|lgammal}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2|log2f}} {{mark since c99}}<br>
{{ltf|c/numeric/math/abs|llabs}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2|log2l}} {{mark since c99}}<br>
{{ltf|c/numeric/math/div|lldiv}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb}} {{mark since c99}}<br>
{{ltt|c/numeric/math/div|lldiv_t}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb|logbf}} {{mark since c99}}<br>
{{ltt|c/types/limits|LLONG_MAX}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb|logbl}} {{mark since c99}}<br>
{{ltt|c/types/limits|LLONG_MIN}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log|logf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint|llrint}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log|logl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint|llrint}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/program/longjmp}}<br>
{{ltf|c/numeric/math/rint|llrintf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint|lrint}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint|llrintl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint|lrintf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/round|llround}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint|lrintl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/round|llround}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lround}} {{mark since c99}}<br>
{{ltf|c/numeric/math/round|llroundf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lroundf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/round|llroundl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lroundl}} {{mark since c99}}<br>
{{ltf|c/locale/localeconv}}<br/>
+
{{ltf|c/chrono/localtime}}<br/>
+
{{ltf|c/chrono/localtime|localtime_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/log}}<br/>
+
{{ltf|c/numeric/math/log}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log10}}<br/>
+
{{ltf|c/numeric/math/log10}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log10|log10f}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log10|log10l}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log1p}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log1p}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log1p|log1pf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log1p|log1pl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2|log2f}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log2|log2l}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb|logbf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/logb|logbl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log|logf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/log|logl}} {{mark since c99}}<br/>
+
{{ltt|c/types/limits|LONG_MAX}}<br/>
+
{{ltt|c/types/limits|LONG_MIN}}<br/>
+
{{ltf|c/program/longjmp}}<br/>
+
{{ltf|c/numeric/math/rint|lrint}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint|lrint}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint|lrintf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint|lrintl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lround}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lround}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lroundf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|lroundl}} {{mark since c99}}<br/>
+
  
 
===M===
 
===M===
 
{{ltf|c/memory/malloc}}<br>
 
{{ltf|c/memory/malloc}}<br>
{{ltt|c/numeric/math/math_errhandling|MATH_ERREXCEPT}} {{mark since c99}}<br/>
+
{{ltt|c/types/max_align_t}} {{mark since c11}}<br>
{{ltt|c/numeric/math/math_errhandling}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/mblen}}<br>
{{ltt|c/numeric/math/math_errhandling|MATH_ERRNO}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/mbrlen}} {{mark since c95}}<br>
{{ltt|c/types/max_align_t}} {{mark since c11}}<br/>
+
{{ltf|c/string/multibyte/mbrtoc16}} {{mark since c11}}<br>
{{ltt|c/string/multibyte|MB_CUR_MAX}} {{mark|macro variable}}<br/>
+
{{ltf|c/string/multibyte/mbrtoc32}} {{mark since c11}}<br>
{{ltt|c/string/multibyte|MB_LEN_MAX}}<br/>
+
{{ltf|c/string/multibyte/mbrtowc}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/mblen}}<br/>
+
{{ltf|c/string/multibyte/mbsinit}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/mbrlen}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/mbsrtowcs}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/mbrtoc16}} {{mark since c11}}<br/>
+
{{ltf|c/string/multibyte/mbsrtowcs|mbsrtowcs_s}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/mbrtoc32}} {{mark since c11}}<br/>
+
{{ltt|c/string/multibyte/mbstate_t}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/mbrtowc}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/mbstowcs}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/mbsinit}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/mbstowcs|mbstowcs_s}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/mbsrtowcs}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/mbtowc}}<br>
{{ltf|c/string/multibyte/mbsrtowcs|mbsrtowcs_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/memccpy}} {{mark since c23}}<br>
{{ltt|c/string/multibyte/mbstate_t}} {{mark since c95}}<br/>
+
{{ltf|c/string/byte/memchr}}<br>
{{ltf|c/string/multibyte/mbstowcs}} {{mark since c95}}<br/>
+
{{ltf|c/string/byte/memcmp}}<br>
{{ltf|c/string/multibyte/mbstowcs|mbstowcs_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/memcpy}}<br>
{{ltf|c/string/multibyte/mbtowc}}<br/>
+
{{ltf|c/string/byte/memcpy|memcpy_s}} {{mark since c11}}<br>
{{ltf|c/string/byte/memchr}}<br/>
+
{{ltf|c/string/byte/memmove}}<br>
{{ltf|c/string/byte/memcmp}}<br/>
+
{{ltf|c/string/byte/memmove|memmove_s}} {{mark since c11}}<br>
{{ltf|c/string/byte/memcpy}}<br/>
+
{{ltt|c/atomic/memory_order}} {{mark since c11}}<br>
{{ltf|c/string/byte/memcpy|memcpy_s}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/memory_order|memory_order_acq_rel}} {{mark since c11}}<br>
{{ltf|c/string/byte/memmove}}<br/>
+
{{ltt|c/atomic/memory_order|memory_order_acquire}} {{mark since c11}}<br>
{{ltf|c/string/byte/memmove|memmove_s}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/memory_order|memory_order_consume}} {{mark since c11}}<br>
{{ltt|c/atomic/memory_order}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/memory_order|memory_order_relaxed}} {{mark since c11}}<br>
{{ltt|c/atomic/memory_order|memory_order_acq_rel}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/memory_order|memory_order_release}} {{mark since c11}}<br>
{{ltt|c/atomic/memory_order|memory_order_acquire}} {{mark since c11}}<br/>
+
{{ltt|c/atomic/memory_order|memory_order_seq_cst}} {{mark since c11}}<br>
{{ltt|c/atomic/memory_order|memory_order_consume}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/memset}}<br>
{{ltt|c/atomic/memory_order|memory_order_relaxed}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/memset|memset_s}} {{mark since c11}}<br>
{{ltt|c/atomic/memory_order|memory_order_release}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/memset|memset_explicit}} {{mark since c23}}<br>
{{ltt|c/atomic/memory_order|memory_order_seq_cst}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/mktime}}<br>
{{ltf|c/string/byte/memset}}<br/>
+
{{ltf|c/numeric/math/modf}}<br>
{{ltf|c/string/byte/memset|memset_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/modf|modff}} {{mark since c99}}<br>
{{ltf|c/chrono/mktime}}<br/>
+
{{ltf|c/numeric/math/modf|modfl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/modf}}<br/>
+
{{ltf|c/thread/mtx_destroy}} {{mark since c11}}<br>
{{ltf|c/numeric/math/modf|modff}} {{mark since c99}}<br/>
+
{{ltf|c/thread/mtx_init}} {{mark since c11}}<br>
{{ltf|c/numeric/math/modf|modfl}} {{mark since c99}}<br/>
+
{{ltf|c/thread/mtx_lock}} {{mark since c11}}<br>
{{ltf|c/thread/mtx_destroy}} {{mark since c11}}<br/>
+
{{ltt|c/thread/mtx_types|mtx_plain}} {{mark since c11}}<br>
{{ltf|c/thread/mtx_init}} {{mark since c11}}<br/>
+
{{ltt|c/thread/mtx_types|mtx_recursive}} {{mark since c11}}<br>
{{ltf|c/thread/mtx_lock}} {{mark since c11}}<br/>
+
{{ltt|c/thread|mtx_t}} {{mark since c11}}<br>
{{ltt|c/thread/mtx_types|mtx_plain}} {{mark since c11}}<br/>
+
{{ltt|c/thread/mtx_types|mtx_timed}} {{mark since c11}}<br>
{{ltt|c/thread/mtx_types|mtx_recursive}} {{mark since c11}}<br/>
+
{{ltf|c/thread/mtx_timedlock}} {{mark since c11}}<br>
{{ltt|c/thread|mtx_t}} {{mark since c11}}<br/>
+
{{ltf|c/thread/mtx_trylock}} {{mark since c11}}<br>
{{ltt|c/thread/mtx_types|mtx_timed}} {{mark since c11}}<br/>
+
{{ltf|c/thread/mtx_unlock}} {{mark since c11}}<br>
{{ltf|c/thread/mtx_timedlock}} {{mark since c11}}<br/>
+
{{ltf|c/thread/mtx_trylock}} {{mark since c11}}<br/>
+
{{ltf|c/thread/mtx_unlock}} {{mark since c11}}<br/>
+
  
 
===N===
 
===N===
{{ltt|c/numeric/math/NAN}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nan}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nan}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nan|nanf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nan|nanf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nan|nanl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nan|nanl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nearbyint}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nearbyint}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nearbyint|nearbyintf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nearbyint}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nearbyint|nearbyintl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nearbyint|nearbyintf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nextafter}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nearbyint|nearbyintl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nextafter|nextafterf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nextafter}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nextafter|nextafterl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nextafter}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nexttoward}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nextafter|nextafterf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nexttoward|nexttowardf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nextafter|nextafterl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nexttoward|nexttowardl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/nexttoward}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nexttoward}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nexttoward|nexttowardf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/nexttoward|nexttowardl}} {{mark since c99}}<br/>
+
{{ltt|c/types|noreturn}} {{mark macro keyword}} {{mark since c11}}<br/>
+
{{ltt|c/language/operator_alternative|not}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltt|c/language/operator_alternative|not_eq}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltt|c/types/NULL}}<br/>
+
  
 
===O===
 
===O===
{{ltf|c/types/offsetof}}<br/>
+
{{ltt|c/thread/call_once|once_flag}} {{mark since c11}}<br>
{{ltt|c/thread/call_once|once_flag}} {{mark since c11}}<br/>
+
{{ltt|c/thread/call_once|ONCE_FLAG_INIT}} {{mark since c11}}<br/>
+
{{ltt|c/language/operator_alternative|or}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltt|c/language/operator_alternative|or_eq}} {{mark macro opr}} {{mark since c95}}<br/>
+
  
 
===P===
 
===P===
{{ltf|c/io/perror}}<br/>
+
{{ltf|c/io/perror}}<br>
{{ltf|c/numeric/math/pow}}<br/>
+
{{ltf|c/numeric/math/pow}}<br>
{{ltf|c/numeric/math/pow}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/pow|powf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/pow|powf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/pow|powl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/pow|powl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf|printf}}<br>
{{collapse top|{{tt|PRI{d i o u x X}''WIDTH'' }} {{mark|macro string}}}}
+
{{ltf|c/io/fprintf|printf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|PRId16}} {{mark since c99}}<br/>
+
{{ltt|c/types/ptrdiff_t}}<br>
{{ltt|c/types/integer|PRId32}} {{mark since c99}}<br/>
+
{{ltf|c/io/fputc|putc}}<br>
{{ltt|c/types/integer|PRId64}} {{mark since c99}}<br/>
+
{{ltf|c/io/putchar}}<br>
{{ltt|c/types/integer|PRId8}} {{mark since c99}}<br/>
+
{{ltf|c/io/puts}}<br>
{{ltt|c/types/integer|PRIdFAST16}} {{mark since c99}}<br/>
+
{{ltf|c/io/fputwc|putwc}} {{mark since c95}}<br>
{{ltt|c/types/integer|PRIdFAST32}} {{mark since c99}}<br/>
+
{{ltf|c/io/putwchar}} {{mark since c95}}<br>
{{ltt|c/types/integer|PRIdFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIdPTR}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIi16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIi32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIi64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIi8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiFAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiFAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIiPTR}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIo16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIo32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIo64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIo8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoFAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoFAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIoPTR}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIu16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIu32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIu64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIu8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuFAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuFAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIuPTR}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIx16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIX16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIx32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIX32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIx64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIX64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIx8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIX8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxFAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXFAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxFAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXFAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIxPTR}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|PRIXPTR}} {{mark since c99}}<br/>
+
{{collapse bottom}}<!--
+
---->
+
{{ltf|c/io/fprintf|printf}}<br/>
+
{{ltf|c/io/fprintf|printf_s}} {{mark since c11}}<br/>
+
{{ltt|c/types/limits|PTRDIFF_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/limits|PTRDIFF_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/types/ptrdiff_t}}<br/>
+
{{ltf|c/io/fputc|putc}}<br/>
+
{{ltf|c/io/putchar}}<br/>
+
{{ltf|c/io/puts}}<br/>
+
{{ltf|c/io/fputwc|putwc}} {{mark since c95}}<br/>
+
{{ltf|c/io/putwchar}} {{mark since c95}}<br/>
+
  
 
===Q===
 
===Q===
{{ltf|c/algorithm/qsort}}<br/>
+
{{ltf|c/algorithm/qsort}}<br>
{{ltf|c/algorithm/qsort|qsort_s}} {{mark since c11}}<br/>
+
{{ltf|c/algorithm/qsort|qsort_s}} {{mark since c11}}<br>
{{ltf|c/program/quick_exit}} {{mark since c11}}<br/>
+
{{ltf|c/program/quick_exit}} {{mark since c11}}<br>
  
 
===R===
 
===R===
{{ltf|c/program/raise}}<br/>
+
{{ltf|c/program/raise}}<br>
{{ltf|c/numeric/random/rand}}<br/>
+
{{ltf|c/numeric/random/rand}}<br>
{{ltt|c/numeric/random/RAND_MAX}}<br/>
+
{{ltf|c/memory/realloc}}<br>
{{ltf|c/memory/realloc}}<br/>
+
{{ltf|c/numeric/math/remainder}} {{mark since c99}}<br>
{{ltf|c/numeric/math/remainder}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/remainder|remainderf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/remainder}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/remainder|remainderl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/remainder|remainderf}} {{mark since c99}}<br/>
+
{{ltf|c/io/remove}}<br>
{{ltf|c/numeric/math/remainder|remainderl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/remquo}} {{mark since c99}}<br>
{{ltf|c/io/remove}}<br/>
+
{{ltf|c/numeric/math/remquo|remquof}} {{mark since c99}}<br>
{{ltf|c/numeric/math/remquo}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/remquo|remquol}} {{mark since c99}}<br>
{{ltf|c/numeric/math/remquo}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/io/rename}}<br>
{{ltf|c/numeric/math/remquo|remquof}} {{mark since c99}}<br/>
+
{{ltf|c/io/rewind}}<br>
{{ltf|c/numeric/math/remquo|remquol}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/rint}} {{mark since c99}}<br>
{{ltf|c/io/rename}}<br/>
+
{{ltf|c/numeric/math/rint|rintf}} {{mark since c99}}<br>
{{ltf|c/io/rewind}}<br/>
+
{{ltf|c/numeric/math/rint|rintl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|roundf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint|rintf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|roundl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/rint|rintl}} {{mark since c99}}<br/>
+
{{ltt|c/error|rsize_t}} {{mark since c11}}<br>
{{ltf|c/numeric/math/round}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|roundf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/round|roundl}} {{mark since c99}}<br/>
+
{{ltt|c/error|RSIZE_MAX}} {{mark|macro variable}} {{mark since c11}}<br/>
+
{{ltt|c/error|rsize_t}} {{mark since c11}}<br/>
+
  
 
===S===
 
===S===
{{ltf|c/numeric/math/scalbn|scalbln}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/scalbn|scalbln}} {{mark since c99}}<br>
{{ltf|c/numeric/math/scalbn|scalbln}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/scalbn|scalblnf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/scalbn|scalblnf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/scalbn|scalblnl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/scalbn|scalblnl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/scalbn}} {{mark since c99}}<br>
{{ltf|c/numeric/math/scalbn}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/scalbn|scalbnf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/scalbn}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/scalbn|scalbnl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/scalbn|scalbnf}} {{mark since c99}}<br/>
+
{{ltf|c/io/fscanf|scanf}}<br>
{{ltf|c/numeric/math/scalbn|scalbnl}} {{mark since c99}}<br/>
+
{{ltf|c/io/fscanf|scanf_s}} {{mark since c11}}<br>
{{ltf|c/io/fscanf|scanf}}<br/>
+
{{ltf|c/error/set_constraint_handler_s}} {{mark since c11}}<br>
{{ltf|c/io/fscanf|scanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/setbuf}}<br>
{{ltt|c/types/limits|SCHAR_MAX}}<br/>
+
{{ltf|c/locale/setlocale}}<br>
{{ltt|c/types/limits|SCHAR_MIN}}<br/>
+
{{ltf|c/io/setvbuf}}<br>
{{collapse top|{{tt|SCN{d i o u x}''WIDTH'' }} {{mark|macro string}}}}
+
{{ltt|c/program/sig_atomic_t}}<br>
{{ltt|c/types/integer|SCNd16}} {{mark since c99}}<br/>
+
{{ltf|c/program/signal}}<br>
{{ltt|c/types/integer|SCNd32}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sin}}<br>
{{ltt|c/types/integer|SCNd64}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sin|sinf}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNd8}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sinh}}<br>
{{ltt|c/types/integer|SCNdFAST16}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sinh|sinhf}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNdFAST32}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sinh|sinhl}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNdFAST64}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sin|sinl}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNdFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/size_t}}<br>
{{ltt|c/types/integer|SCNdLEAST16}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf|snprintf}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNdLEAST32}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf|snprintf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNdLEAST64}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwprintf|snwprintf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNdLEAST8}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf|sprintf}}<br>
{{ltt|c/types/integer|SCNdMAX}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf|sprintf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNdPTR}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sqrt}}<br>
{{ltt|c/types/integer|SCNi16}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sqrt|sqrtf}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNi32}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sqrt|sqrtl}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNi64}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/random/srand}}<br>
{{ltt|c/types/integer|SCNi8}} {{mark since c99}}<br/>
+
{{ltf|c/io/fscanf|sscanf}}<br>
{{ltt|c/types/integer|SCNiFAST16}} {{mark since c99}}<br/>
+
{{ltf|c/io/fscanf|sscanf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNiFAST32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcat}}<br>
{{ltt|c/types/integer|SCNiFAST64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcat|strcat_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNiFAST8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strchr}}<br>
{{ltt|c/types/integer|SCNiLEAST16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcmp}}<br>
{{ltt|c/types/integer|SCNiLEAST32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcoll}}<br>
{{ltt|c/types/integer|SCNiLEAST64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcpy}}<br>
{{ltt|c/types/integer|SCNiLEAST8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcpy|strcpy_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNiMAX}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strcspn}}<br>
{{ltt|c/types/integer|SCNiPTR}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strdup}} {{mark since c23}}<br>
{{ltt|c/types/integer|SCNo16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strerror}}<br>
{{ltt|c/types/integer|SCNo32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strerror|strerror_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNo64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strerror|strerrorlen_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNo8}} {{mark since c99}}<br/>
+
{{ltf|c/chrono/strftime}}<br>
{{ltt|c/types/integer|SCNoFAST16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strlen}}<br>
{{ltt|c/types/integer|SCNoFAST32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strncat}}<br>
{{ltt|c/types/integer|SCNoFAST64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strncat|strncat_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNoFAST8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strncmp}}<br>
{{ltt|c/types/integer|SCNoLEAST16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strncpy}}<br>
{{ltt|c/types/integer|SCNoLEAST32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strncpy|strncpy_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNoLEAST64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strndup}} {{mark since c23}}<br>
{{ltt|c/types/integer|SCNoLEAST8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strlen|strnlen_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNoMAX}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strpbrk}}<br>
{{ltt|c/types/integer|SCNoPTR}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strrchr}}<br>
{{ltt|c/types/integer|SCNu16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strspn}}<br>
{{ltt|c/types/integer|SCNu32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strstr}}<br>
{{ltt|c/types/integer|SCNu64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtof|strtod}}<br>
{{ltt|c/types/integer|SCNu8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtof}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNuFAST16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoimax}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNuFAST32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtok}}<br>
{{ltt|c/types/integer|SCNuFAST64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtok|strtok_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNuFAST8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtol}}<br>
{{ltt|c/types/integer|SCNuLEAST16}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtof|strtold}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNuLEAST32}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtol|strtoll}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNuLEAST64}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoul}}<br>
{{ltt|c/types/integer|SCNuLEAST8}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoul|strtoull}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNuMAX}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoimax|strtoumax}} {{mark since c99}}<br>
{{ltt|c/types/integer|SCNuPTR}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strxfrm}}<br>
{{ltt|c/types/integer|SCNx16}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwprintf|swprintf}} {{mark since c95}}<br>
{{ltt|c/types/integer|SCNx32}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwprintf|swprintf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNx64}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwscanf|swscanf}} {{mark since c95}}<br>
{{ltt|c/types/integer|SCNx8}} {{mark since c99}}<br/>
+
{{ltf|c/io/fwscanf|swscanf_s}} {{mark since c11}}<br>
{{ltt|c/types/integer|SCNxFAST16}} {{mark since c99}}<br/>
+
{{ltf|c/program/system}}<br>
{{ltt|c/types/integer|SCNxFAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxFAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxFAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxLEAST16}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxLEAST32}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxLEAST64}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxLEAST8}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxMAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|SCNxPTR}} {{mark since c99}}<br/>
+
{{collapse bottom}}<!--
+
---->
+
{{ltt|c/io|SEEK_CUR}}<br/>
+
{{ltt|c/io|SEEK_END}}<br/>
+
{{ltt|c/io|SEEK_SET}}<br/>
+
{{ltf|c/error/set_constraint_handler_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/setbuf}}<br/>
+
{{ltf|c/program/setjmp}}<br/>
+
{{ltf|c/locale/setlocale}}<br/>
+
{{ltf|c/io/setvbuf}}<br/>
+
{{ltt|c/types/limits|SHRT_MAX}}<br/>
+
{{ltt|c/types/limits|SHRT_MIN}}<br/>
+
{{ltt|c/types/limits|SIG_ATOMIC_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/limits|SIG_ATOMIC_MIN}} {{mark since c99}}<br/>
+
{{ltt|c/program/sig_atomic_t}}<br/>
+
{{ltt|c/program/SIG_strategies|SIG_DFL}}<br/>
+
{{ltt|c/program/SIG_ERR}}<br/>
+
{{ltt|c/program/SIG_strategies|SIG_IGN}}<br/>
+
{{ltt|c/program/SIG_types|SIGABRT}}<br/>
+
{{ltt|c/program/SIG_types|SIGFPE}}<br/>
+
{{ltt|c/program/SIG_types|SIGILL}}<br/>
+
{{ltt|c/program/SIG_types|SIGINT}}<br/>
+
{{ltf|c/program/signal}}<br/>
+
{{ltf|c/numeric/math/signbit}} {{mark since c99}}<br/>
+
{{ltt|c/program/SIG_types|SIGSEGV}}<br/>
+
{{ltt|c/program/SIG_types|SIGTERM}}<br/>
+
{{ltf|c/numeric/math/sin}}<br/>
+
{{ltf|c/numeric/math/sin}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sin|sinf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sinh}}<br/>
+
{{ltf|c/numeric/math/sinh}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sinh|sinhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sinh|sinhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sin|sinl}} {{mark since c99}}<br/>
+
{{ltt|c/types/limits|SIZE_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/size_t}}<br/>
+
{{ltf|c/io/fprintf|snprintf}} {{mark since c99}}<br/>
+
{{ltf|c/io/fprintf|snprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fwprintf|snwprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fprintf|sprintf}}<br/>
+
{{ltf|c/io/fprintf|sprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/sqrt}}<br/>
+
{{ltf|c/numeric/math/sqrt}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sqrt|sqrtf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/sqrt|sqrtl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/random/srand}}<br/>
+
{{ltf|c/io/fscanf|sscanf}}<br/>
+
{{ltf|c/io/fscanf|sscanf_s}} {{mark since c11}}<br/>
+
{{ltt|c/error/static_assert}} {{mark macro keyword}} {{mark since c11}}<br/>
+
{{ltt|c/io/std streams|stderr}}<br/>
+
{{ltt|c/io/std streams|stdin}}<br/>
+
{{ltt|c/io/std streams|stdout}}<br/>
+
{{ltf|c/string/byte/strcat}}<br/>
+
{{ltf|c/string/byte/strcat|strcat_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strchr}}<br/>
+
{{ltf|c/string/byte/strcmp}}<br/>
+
{{ltf|c/string/byte/strcoll}}<br/>
+
{{ltf|c/string/byte/strcpy}}<br/>
+
{{ltf|c/string/byte/strcpy|strcpy_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strcspn}}<br/>
+
{{ltf|c/string/byte/strerror}}<br/>
+
{{ltf|c/string/byte/strerror|strerror_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strerror|strerrorlen_s}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/strftime}}<br/>
+
{{ltf|c/string/byte/strlen}}<br/>
+
{{ltf|c/string/byte/strncat}}<br/>
+
{{ltf|c/string/byte/strncat|strncat_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strncmp}}<br/>
+
{{ltf|c/string/byte/strncpy}}<br/>
+
{{ltf|c/string/byte/strncpy|strncpy_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strlen|strnlen_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strpbrk}}<br/>
+
{{ltf|c/string/byte/strrchr}}<br/>
+
{{ltf|c/string/byte/strspn}}<br/>
+
{{ltf|c/string/byte/strstr}}<br/>
+
{{ltf|c/string/byte/strtof|strtod}}<br/>
+
{{ltf|c/string/byte/strtof}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoimax}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtok}}<br/>
+
{{ltf|c/string/byte/strtok|strtok_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/strtol}}<br/>
+
{{ltf|c/string/byte/strtof|strtold}}<br/>
+
{{ltf|c/string/byte/strtol|strtoll}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoul}}<br/>
+
{{ltf|c/string/byte/strtoul|strtoull}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strtoimax|strtoumax}} {{mark since c99}}<br/>
+
{{ltf|c/string/byte/strxfrm}}<br/>
+
{{ltf|c/io/fwprintf|swprintf}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwprintf|swprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fwscanf|swscanf}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwscanf|swscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/program/system}}<br/>
+
  
 
===T===
 
===T===
{{ltf|c/numeric/math/tan}}<br/>
+
{{ltf|c/numeric/math/tan}}<br>
{{ltf|c/numeric/math/tan}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tan|tanf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tan|tanf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tanh}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tanh}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tanh|tanhf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tanh}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tanh|tanhl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tanh|tanhf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tan|tanl}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tanh|tanhl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tgamma}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tan|tanl}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tgamma|tgammaf}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tgamma}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/tgamma|tgammal}} {{mark since c99}}<br>
{{ltf|c/numeric/math/tgamma}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltt|c/thread/thrd_errors|thrd_busy}} {{mark since c11}}<br>
{{ltf|c/numeric/math/tgamma|tgammaf}} {{mark since c99}}<br/>
+
{{ltf|c/thread/thrd_create}} {{mark since c11}}<br>
{{ltf|c/numeric/math/tgamma|tgammal}} {{mark since c99}}<br/>
+
{{ltf|c/thread/thrd_current}} {{mark since c11}}<br>
{{ltt|c/thread/thrd_errors|thrd_busy}} {{mark since c11}}<br/>
+
{{ltf|c/thread/thrd_detach}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_create}} {{mark since c11}}<br/>
+
{{ltf|c/thread/thrd_equal}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_current}} {{mark since c11}}<br/>
+
{{ltt|c/thread/thrd_errors|thrd_error}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_detach}} {{mark since c11}}<br/>
+
{{ltf|c/thread/thrd_exit}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_equal}} {{mark since c11}}<br/>
+
{{ltf|c/thread/thrd_join}} {{mark since c11}}<br>
{{ltt|c/thread/thrd_errors|thrd_error}} {{mark since c11}}<br/>
+
{{ltt|c/thread/thrd_errors|thrd_nomem}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_exit}} {{mark since c11}}<br/>
+
{{ltf|c/thread/thrd_sleep}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_join}} {{mark since c11}}<br/>
+
{{ltt|c/thread|thrd_start_t}} {{mark since c11}}<br>
{{ltt|c/thread/thrd_errors|thrd_nomem}} {{mark since c11}}<br/>
+
{{ltt|c/thread/thrd_errors|thrd_success}} {{mark since c11}}<br>
{{ltf|c/thread/thrd_sleep}} {{mark since c11}}<br/>
+
{{ltt|c/thread|thrd_t}} {{mark since c11}}<br>
{{ltt|c/thread|thrd_start_t}} {{mark since c11}}<br/>
+
{{ltt|c/thread/thrd_errors|thrd_timedout}} {{mark since c11}}<br>
{{ltt|c/thread/thrd_errors|thrd_success}} {{mark since c11}}<br/>
+
{{ltf|c/thread/thrd_yield}} {{mark since c11}}<br>
{{ltt|c/thread|thrd_t}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/time}}<br>
{{ltt|c/thread/thrd_errors|thrd_timedout}} {{mark since c11}}<br/>
+
{{ltt|c/chrono|time_t}}<br>
{{ltf|c/thread/thrd_yield}} {{mark since c11}}<br/>
+
{{ltt|c/chrono/timespec}} {{mark since c11}}<br>
{{ltt|c/thread|thread_local}} {{mark macro keyword}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/timespec_get}} {{mark since c11}}<br>
{{ltf|c/chrono/time}}<br/>
+
{{ltf|c/chrono/timespec_getres}} {{mark since c23}}<br>
{{ltt|c/chrono|time_t}}<br/>
+
{{ltt|c/chrono/tm}}<br>
{{ltt|c/chrono/timespec_get|TIME_UTC}} {{mark since c11}}<br/>
+
{{ltf|c/io/tmpfile}}<br>
{{ltt|c/chrono/timespec}} {{mark since c11}}<br/>
+
{{ltf|c/io/tmpfile|tmpfile_s}} {{mark since c11}}<br>
{{ltf|c/chrono/timespec_get}} {{mark since c11}}<br/>
+
{{ltf|c/io/tmpnam}}<br>
{{ltt|c/chrono/tm}}<br/>
+
{{ltf|c/io/tmpnam|tmpnam_s}} {{mark since c11}}<br>
{{ltt|c/io|TMP_MAX}}<br/>
+
{{ltf|c/string/byte/tolower}}<br>
{{ltt|c/io|TMP_MAX_S}} {{mark since c11}}<br/>
+
{{ltf|c/string/byte/toupper}}<br>
{{ltf|c/io/tmpfile}}<br/>
+
{{ltf|c/string/wide/towctrans}} {{mark since c95}}<br>
{{ltf|c/io/tmpfile|tmpfile_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/towlower}} {{mark since c95}}<br>
{{ltf|c/io/tmpnam}}<br/>
+
{{ltf|c/string/wide/towupper}} {{mark since c95}}<br>
{{ltf|c/io/tmpnam|tmpnam_s}} {{mark since c11}}<br/>
+
{{ltf|c/numeric/math/trunc}} {{mark since c99}}<br>
{{ltf|c/string/byte/tolower}}<br/>
+
{{ltf|c/numeric/math/trunc|truncf}} {{mark since c99}}<br>
{{ltf|c/string/byte/toupper}}<br/>
+
{{ltf|c/numeric/math/trunc|truncl}} {{mark since c99}}<br>
{{ltf|c/string/wide/towctrans}} {{mark since c95}}<br/>
+
{{ltf|c/thread/tss_create}} {{mark since c11}}<br>
{{ltf|c/string/wide/towlower}} {{mark since c95}}<br/>
+
{{ltf|c/thread/tss_delete}} {{mark since c11}}<br>
{{ltf|c/string/wide/towupper}} {{mark since c95}}<br/>
+
{{ltt|c/thread|tss_dtor_t}} {{mark since c11}}<br>
{{ltt|c/types|true}} {{mark since c99}}<br/>
+
{{ltf|c/thread/tss_get}} {{mark since c11}}<br>
{{ltf|c/numeric/math/trunc}} {{mark since c99}}<br/>
+
{{ltf|c/thread/tss_set}} {{mark since c11}}<br>
{{ltf|c/numeric/math/trunc}} {{mark|generic}} {{mark since c99}}<br/>
+
{{ltt|c/thread|tss_t}} {{mark since c11}}<br>
{{ltf|c/numeric/math/trunc|truncf}} {{mark since c99}}<br/>
+
{{ltf|c/numeric/math/trunc|truncl}} {{mark since c99}}<br/>
+
{{ltf|c/thread/tss_create}} {{mark since c11}}<br/>
+
{{ltf|c/thread/tss_delete}} {{mark since c11}}<br/>
+
{{ltt|c/thread/TSS_DTOR_ITERATIONS}} {{mark since c11}}<br/>
+
{{ltt|c/thread|tss_dtor_t}} {{mark since c11}}<br/>
+
{{ltf|c/thread/tss_get}} {{mark since c11}}<br/>
+
{{ltf|c/thread/tss_set}} {{mark since c11}}<br/>
+
{{ltt|c/thread|tss_t}} {{mark since c11}}<br/>
+
  
 
===U===
 
===U===
{{ltt|c/types/limits|UCHAR_MAX}}<br/>
 
{{collapse top|{{tt|UINT''WIDTH''_MAX}}}}
 
{{ltt|c/types/integer|UINT_FAST16_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_FAST32_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_FAST64_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_FAST8_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_LEAST16_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_LEAST32_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_LEAST64_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT_LEAST8_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT16_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT32_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT64_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINT8_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINTMAX_MAX}} {{mark since c99}}<br/>
 
{{ltt|c/types/integer|UINTPTR_MAX}} {{mark since c99}}<br/>
 
{{collapse bottom}}<!--
 
---->
 
 
{{collapse top|{{tt|uint''width''_t}}}}
 
{{collapse top|{{tt|uint''width''_t}}}}
{{ltt|c/types/integer|uint_fast16_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_fast16_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_fast32_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_fast32_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_fast64_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_fast64_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_fast8_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_fast8_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_least16_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_least16_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_least32_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_least32_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_least64_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_least64_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint_least8_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint_least8_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint16_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint16_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint32_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint32_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint64_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint64_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uint8_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uint8_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uintmax_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uintmax_t}} {{mark since c99}}<br>
{{ltt|c/types/integer|uintptr_t}} {{mark since c99}}<br/>
+
{{ltt|c/types/integer|uintptr_t}} {{mark since c99}}<br>
 
{{collapse bottom}}<!--
 
{{collapse bottom}}<!--
 
---->
 
---->
{{ltt|c/types/limits|UINT_MAX}}<br/>
+
{{ltf|c/io/ungetc}}<br>
{{ltf|c/types/integer|UINT16_C}} {{mark since c99}}<br/>
+
{{ltf|c/io/ungetwc}} {{mark since c95}}<br>
{{ltf|c/types/integer|UINT32_C}} {{mark since c99}}<br/>
+
{{ltf|c/types/integer|UINT64_C}} {{mark since c99}}<br/>
+
{{ltf|c/types/integer|UINT8_C}} {{mark since c99}}<br/>
+
{{ltf|c/types/integer|UINTMAX_C}} {{mark since c99}}<br/>
+
{{ltt|c/types/limits|ULLONG_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/types/limits|ULONG_MAX}}<br/>
+
{{ltf|c/io/ungetc}}<br/>
+
{{ltf|c/io/ungetwc}} {{mark since c95}}<br/>
+
{{ltt|c/types/limits|USHRT_MAX}}<br/>
+
  
 
===V===
 
===V===
{{ltf|c/variadic/va_arg}}<br/>
+
{{ltf|c/io/vfprintf}}<br>
{{ltf|c/variadic/va_copy}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfprintf|vfprintf_s}} {{mark since c11}}<br>
{{ltf|c/variadic/va_end}}<br/>
+
{{ltf|c/io/vfscanf}} {{mark since c99}}<br>
{{ltt|c/variadic/va_list}}<br/>
+
{{ltf|c/io/vfscanf|vfscanf_s}} {{mark since c11}}<br>
{{ltf|c/variadic/va_start}}<br/>
+
{{ltf|c/io/vfwprintf}} {{mark since c95}}<br>
{{ltf|c/io/vfprintf}}<br/>
+
{{ltf|c/io/vfwprintf|vfwprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfprintf|vfprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwscanf}} {{mark since c99}}<br>
{{ltf|c/io/vfscanf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfwscanf|vfwscanf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfscanf|vfscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfprintf|vprintf}}<br>
{{ltf|c/io/vfwprintf}} {{mark since c95}}<br/>
+
{{ltf|c/io/vfprintf|vprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfwprintf|vfwprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfscanf|vscanf}} {{mark since c99}}<br>
{{ltf|c/io/vfwscanf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfscanf|vscanf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfwscanf|vfwscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfprintf|vsnprintf}} {{mark since c99}}<br>
{{ltf|c/io/vfprintf|vprintf}}<br/>
+
{{ltf|c/io/vfprintf|vsnprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfprintf|vprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwprintf|vsnwprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfscanf|vscanf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfprintf|vsprintf}}<br>
{{ltf|c/io/vfscanf|vscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfprintf|vsprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfprintf|vsnprintf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfscanf|vsscanf}} {{mark since c99}}<br>
{{ltf|c/io/vfprintf|vsnprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfscanf|vsscanf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfwprintf|vsnwprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwprintf|vswprintf}} {{mark since c95}}<br>
{{ltf|c/io/vfprintf|vsprintf}}<br/>
+
{{ltf|c/io/vfwprintf|vswprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfprintf|vsprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwscanf|vswscanf}} {{mark since c99}}<br>
{{ltf|c/io/vfscanf|vsscanf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfwscanf|vswscanf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfscanf|vsscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwprintf|vwprintf}} {{mark since c95}}<br>
{{ltf|c/io/vfwprintf|vswprintf}} {{mark since c95}}<br/>
+
{{ltf|c/io/vfwprintf|vwprintf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfwprintf|vswprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwscanf|vwscanf}} {{mark since c99}}<br>
{{ltf|c/io/vfwscanf|vswscanf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfwscanf|vwscanf_s}} {{mark since c11}}<br>
{{ltf|c/io/vfwscanf|vswscanf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwprintf|vwprintf}} {{mark since c95}}<br/>
+
{{ltf|c/io/vfwprintf|vwprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/vfwscanf|vwscanf}} {{mark since c99}}<br/>
+
{{ltf|c/io/vfwscanf|vwscanf_s}} {{mark since c11}}<br/>
+
  
 
===W===
 
===W===
{{ltt|c/types/limits|WCHAR_MAX}} {{mark since c99}}<br/>
+
{{ltt|c/string/wide|wchar_t}}<br>
{{ltt|c/types/limits|WCHAR_MIN}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/wcrtomb}} {{mark since c95}}<br>
{{ltt|c/string/wide|wchar_t}}<br/>
+
{{ltf|c/string/multibyte/wcrtomb|wcrtomb_s}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/wcrtomb}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcscat}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/wcrtomb|wcrtomb_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcscat|wcscat_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wcscat}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcschr}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcscat|wcscat_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcscmp}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcschr}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcscoll}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcscmp}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcscpy}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcscoll}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcscpy|wcscpy_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wcscpy}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcscspn}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcscpy|wcscpy_s}} {{mark since c11}}<br/>
+
{{ltf|c/chrono/wcsftime}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcscspn}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcslen}} {{mark since c95}}<br>
{{ltf|c/chrono/wcsftime}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcsncat}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcslen}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcsncat|wcsncat_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wcsncat}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcsncmp}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcsncat|wcsncat_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcsncpy}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcsncmp}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcsncpy|wcsncpy_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wcsncpy}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcslen|wcsnlen_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wcsncpy|wcsncpy_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcspbrk}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcslen|wcsnlen_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcsrchr}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcspbrk}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/wcsrtombs}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcsrchr}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/wcsrtombs|wcsrtombs_s}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/wcsrtombs}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcsspn}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/wcsrtombs|wcsrtombs_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcsstr}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcsspn}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcstof|wcstod}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcsstr}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcstof}} {{mark since c99}}<br>
{{ltf|c/string/wide/wcstof|wcstod}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcstoimax}} {{mark since c99}}<br>
{{ltf|c/string/wide/wcstof}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/wcstok}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcstoimax}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/wcstok|wcstok_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wcstok}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcstol}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcstok|wcstok_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcstof|wcstold}} {{mark since c99}}<br>
{{ltf|c/string/wide/wcstol}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcstol|wcstoll}} {{mark since c99}}<br>
{{ltf|c/string/wide/wcstof|wcstold}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/wcstombs}}<br>
{{ltf|c/string/wide/wcstol|wcstoll}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/wcstombs|wcstombs_s}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/wcstombs}}<br/>
+
{{ltf|c/string/wide/wcstoul}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/wcstombs|wcstombs_s}} {{mark since c11}}<br/>
+
{{ltf|c/string/wide/wcstoul|wcstoull}} {{mark since c99}}<br>
{{ltf|c/string/wide/wcstoul}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wcstoimax|wcstoumax}} {{mark since c99}}<br>
{{ltf|c/string/wide/wcstoul|wcstoull}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/wcsxfrm}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcstoimax|wcstoumax}} {{mark since c99}}<br/>
+
{{ltf|c/string/multibyte/wctob}} {{mark since c95}}<br>
{{ltf|c/string/wide/wcsxfrm}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/wctomb}}<br>
{{ltf|c/string/multibyte/wctob}} {{mark since c95}}<br/>
+
{{ltf|c/string/multibyte/wctomb|wctomb_s}} {{mark since c11}}<br>
{{ltf|c/string/multibyte/wctomb}}<br/>
+
{{ltf|c/string/wide/wctrans}} {{mark since c95}}<br>
{{ltf|c/string/multibyte/wctomb|wctomb_s}} {{mark since c11}}<br/>
+
{{ltt|c/string/wide|wctrans_t}} {{mark since c95}}<br>
{{ltf|c/string/wide/wctrans}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wctype}} {{mark since c95}}<br>
{{ltt|c/string/wide|wctrans_t}} {{mark since c95}}<br/>
+
{{ltt|c/string/wide|wctype_t}} {{mark since c95}}<br>
{{ltf|c/string/wide/wctype}} {{mark since c95}}<br/>
+
{{ltt|c/string/wide|wint_t}} {{mark since c95}}<br>
{{ltt|c/string/wide|wctype_t}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wmemchr}} {{mark since c95}}<br>
{{ltt|c/string/wide|WEOF}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wmemcmp}} {{mark since c95}}<br>
{{ltt|c/types/limits|WINT_MAX}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/wmemcpy}} {{mark since c95}}<br>
{{ltt|c/types/limits|WINT_MIN}} {{mark since c99}}<br/>
+
{{ltf|c/string/wide/wmemcpy|wmemcpy_s}} {{mark since c11}}<br>
{{ltt|c/string/wide|wint_t}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wmemmove}} {{mark since c95}}<br>
{{ltf|c/string/wide/wmemchr}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wmemmove|wmemmove_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wmemcmp}} {{mark since c95}}<br/>
+
{{ltf|c/string/wide/wmemset}} {{mark since c95}}<br>
{{ltf|c/string/wide/wmemcpy}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwprintf|wprintf}} {{mark since c95}}<br>
{{ltf|c/string/wide/wmemcpy|wmemcpy_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fwprintf|wprintf_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wmemmove}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwscanf|wscanf}} {{mark since c95}}<br>
{{ltf|c/string/wide/wmemmove|wmemmove_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fwscanf|wscanf_s}} {{mark since c11}}<br>
{{ltf|c/string/wide/wmemset}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwprintf|wprintf}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwprintf|wprintf_s}} {{mark since c11}}<br/>
+
{{ltf|c/io/fwscanf|wscanf}} {{mark since c95}}<br/>
+
{{ltf|c/io/fwscanf|wscanf_s}} {{mark since c11}}<br/>
+
 
+
===X===
+
{{ltt|c/language/operator_alternative|xor}} {{mark macro opr}} {{mark since c95}}<br/>
+
{{ltt|c/language/operator_alternative|xor_eq}} {{mark macro opr}} {{mark since c95}}<br/>
+
  
 
===See also===
 
===See also===
 
{{dsc begin}}
 
{{dsc begin}}
{{dsc see cpp | cpp/symbol_index | std Symbol Index}}
+
{{dsc see cpp|cpp/symbol_index|{{tt|std}} Symbol Index|nomono=true}}
{{dsc see cpp | cpp/symbol_index/macro | Macro Symbol Index}}
+
 
{{dsc end}}
 
{{dsc end}}
  
{{langlinks|ja|zh}}
+
{{langlinks|ar|cs|de|es|fr|it|ja|ko|pl|pt|ru|tr|zh}}

Latest revision as of 02:13, 29 May 2024


This page tries to list all the symbols that are available from the Standard Library. The symbols are written as follows:

  • Function names with ().
  • Generic function names (e.g., atomics) marked with (generic).

Macro symbols are listed in a separated page.

Contents

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


[edit] Macros

[edit] _ (underscore)

_Exit() (since C99)

[edit] A

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

atomic_type

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

atomic_compare_exchange_strong() (generic) (since C11)
atomic_compare_exchange_strong_explicit() (generic) (since C11)
atomic_compare_exchange_weak() (generic) (since C11)
atomic_compare_exchange_weak_explicit() (generic) (since C11)
atomic_exchange() (generic) (since C11)
atomic_exchange_explicit() (generic) (since C11)
atomic_fetch_add() (generic) (since C11)
atomic_fetch_add_explicit() (generic) (since C11)
atomic_fetch_and() (generic) (since C11)
atomic_fetch_and_explicit() (generic) (since C11)
atomic_fetch_or() (generic) (since C11)
atomic_fetch_or_explicit() (generic) (since C11)
atomic_fetch_sub() (generic) (since C11)
atomic_fetch_sub_explicit() (generic) (since C11)
atomic_fetch_xor() (generic) (since C11)
atomic_fetch_xor_explicit() (generic) (since C11)
atomic_flag (since C11)
atomic_flag_clear() (since C11)
atomic_flag_clear_explicit() (since C11)
atomic_flag_test_and_set() (since C11)
atomic_flag_test_and_set_explicit() (since C11)
atomic_init() (generic) (since C11)
atomic_is_lock_free() (generic) (since C11)
atomic_load() (generic) (since C11)
atomic_load_explicit() (generic) (since C11)
atomic_signal_fence() (since C11)
atomic_store() (generic) (since C11)
atomic_store_explicit() (generic) (since C11)
atomic_thread_fence() (since C11)

[edit] B

bsearch()
bsearch_s() (since C11)
btowc() (since C95)

[edit] C

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

[edit] D

difftime()
div()
div_t
double_t (since C99)

[edit] E

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

[edit] F

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

[edit] G

getc()
getchar()
getenv()
getenv_s() (since C11)
gets() (removed in C11)
gets_s() (since C11)
getwc() (since C95)
getwchar() (since C95)
gmtime()
gmtime_r() (since C23)
gmtime_s() (since C11)

[edit] H

hypot() (since C99)
hypotf() (since C99)
hypotl() (since C99)

[edit] I

ignore_handler_s() (since C11)
ilogb() (since C99)
ilogbf() (since C99)
ilogbl() (since C99)
imaxabs() (since C99)
imaxdiv() (since C99)
imaxdiv_t (since C99)

intwidth_t

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

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

[edit] J

jmp_buf

[edit] L

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

[edit] M

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

[edit] N

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

[edit] O

once_flag (since C11)

[edit] P

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

[edit] Q

qsort()
qsort_s() (since C11)
quick_exit() (since C11)

[edit] R

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

[edit] S

scalbln() (since C99)
scalblnf() (since C99)
scalblnl() (since C99)
scalbn() (since C99)
scalbnf() (since C99)
scalbnl() (since C99)
scanf()
scanf_s() (since C11)
set_constraint_handler_s() (since C11)
setbuf()
setlocale()
setvbuf()
sig_atomic_t
signal()
sin()
sinf() (since C99)
sinh()
sinhf() (since C99)
sinhl() (since C99)
sinl() (since C99)
size_t
snprintf() (since C99)
snprintf_s() (since C11)
snwprintf_s() (since C11)
sprintf()
sprintf_s() (since C11)
sqrt()
sqrtf() (since C99)
sqrtl() (since C99)
srand()
sscanf()
sscanf_s() (since C11)
strcat()
strcat_s() (since C11)
strchr()
strcmp()
strcoll()
strcpy()
strcpy_s() (since C11)
strcspn()
strdup() (since C23)
strerror()
strerror_s() (since C11)
strerrorlen_s() (since C11)
strftime()
strlen()
strncat()
strncat_s() (since C11)
strncmp()
strncpy()
strncpy_s() (since C11)
strndup() (since C23)
strnlen_s() (since C11)
strpbrk()
strrchr()
strspn()
strstr()
strtod()
strtof() (since C99)
strtoimax() (since C99)
strtok()
strtok_s() (since C11)
strtol()
strtold() (since C99)
strtoll() (since C99)
strtoul()
strtoull() (since C99)
strtoumax() (since C99)
strxfrm()
swprintf() (since C95)
swprintf_s() (since C11)
swscanf() (since C95)
swscanf_s() (since C11)
system()

[edit] T

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

[edit] U

uintwidth_t

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

ungetc()
ungetwc() (since C95)

[edit] V

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

[edit] W

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

[edit] See also

C++ documentation for std Symbol Index