René's URL Explorer Experiment


Title: C23 - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=c%2F23
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=c%2F23
Pagehttps://en.cppreference.com/c/23
Discussionhttps://en.cppreference.com/index.php?title=Talk:c/23&action=edit&redlink=1
https://en.cppreference.com/c/23
Readhttps://en.cppreference.com/c/23
View sourcehttps://en.cppreference.com/index.php?title=c/23&action=edit
View historyhttps://en.cppreference.com/index.php?title=c/23&action=history
https://en.cppreference.com/c/23
chttps://en.cppreference.com/c
Chttps://en.cppreference.com/c
Compiler supporthttps://en.cppreference.com/c/compiler_support
Languagehttps://en.cppreference.com/c/language
Headershttps://en.cppreference.com/c/header
Type supporthttps://en.cppreference.com/c/types
Program utilitieshttps://en.cppreference.com/c/program
Variadic function supporthttps://en.cppreference.com/c/variadic
Error handlinghttps://en.cppreference.com/c/error
Dynamic memory managementhttps://en.cppreference.com/c/memory
Strings libraryhttps://en.cppreference.com/c/string
Algorithmshttps://en.cppreference.com/c/algorithm
Numericshttps://en.cppreference.com/c/numeric
Date and time utilitieshttps://en.cppreference.com/c/chrono
Input/output supporthttps://en.cppreference.com/c/io
Localization supporthttps://en.cppreference.com/c/locale
Concurrency supporthttps://en.cppreference.com/c/thread
Technical Specificationshttps://en.cppreference.com/c/experimental
Symbol indexhttps://en.cppreference.com/c/symbol_index
[edit]https://cppreference.com/index.php?title=Template:c/navbar_content&action=edit
Versionshttps://en.cppreference.com/c/language/history
C95https://en.cppreference.com/c/95
C99https://en.cppreference.com/c/99
C11https://en.cppreference.com/c/11
C17https://en.cppreference.com/c/17
Current statushttps://en.cppreference.com/c/current_status
[edit]https://cppreference.com/index.php?title=Template:c/version/navbar_content&action=edit
The latest publicly available WD of C23https://open-std.org/JTC1/SC22/WG14/www/docs/n3886.pdf
The latest WD of C23https://open-std.org/JTC1/SC22/WG14/www/docs/n3149.zip
n3150https://open-std.org/JTC1/SC22/WG14/www/docs/n3150.htm
1 Obsolete featureshttps://en.cppreference.com/c/23#Obsolete_features
1.1 Removed featureshttps://en.cppreference.com/c/23#Removed_features
1.2 Deprecated featureshttps://en.cppreference.com/c/23#Deprecated_features
2 New language featureshttps://en.cppreference.com/c/23#New_language_features
2.1 Feature test macros for optional featureshttps://en.cppreference.com/c/23#Feature_test_macros_for_optional_features
3 New library featureshttps://en.cppreference.com/c/23#New_library_features
3.1 New headershttps://en.cppreference.com/c/23#New_headers
3.2 Library featureshttps://en.cppreference.com/c/23#Library_features
4 Defect reportshttps://en.cppreference.com/c/23#Defect_reports
5 Compiler supporthttps://en.cppreference.com/c/23#Compiler_support
5.1 C23 core language featureshttps://en.cppreference.com/c/23#C23_core_language_features
5.2 C23 library featureshttps://en.cppreference.com/c/23#C23_library_features
function declarationshttps://en.cppreference.com/c/language/function_declaration
function definitionshttps://en.cppreference.com/c/language/function_definition
signed integershttps://en.cppreference.com/c/language/arithmetic_types
character constantshttps://en.cppreference.com/c/language/character_constant
string literalshttps://en.cppreference.com/c/language/string_literal
string literalhttps://en.cppreference.com/c/language/string_literal
realloc()https://en.cppreference.com/c/memory/realloc
__alignof_is_definedhttps://en.cppreference.com/c/types
__alignas_is_definedhttps://en.cppreference.com/c/types
static_asserthttps://en.cppreference.com/c/error/static_assert
https://en.cppreference.com/c/header/assert
thread_localhttps://en.cppreference.com/c/thread/thread_local
https://en.cppreference.com/c/header/threads
https://en.cppreference.com/c/header/stdnoreturn
__STDC_IEC_559__https://en.cppreference.com/c/preprocessor/replace
__STDC_IEC_559_COMPLEX__https://en.cppreference.com/c/preprocessor/replace
_Noreturnhttps://en.cppreference.com/c/language/_Noreturn
_Noreturnhttps://en.cppreference.com/c/language/attributes/noreturn
DECIMAL_DIGhttps://en.cppreference.com/c/types/limits
FLT_DECIMAL_DIGhttps://en.cppreference.com/c/types/limits#Limits_of_floating-point_types
https://en.cppreference.com/c/header/math
https://en.cppreference.com/c/header/float
INFINITYhttps://en.cppreference.com/c/numeric/math
DEC_INFINITYhttps://en.cppreference.com/c/numeric/math
NANhttps://en.cppreference.com/c/numeric/math
DEC_NANhttps://en.cppreference.com/c/numeric/math
__bool_true_false_are_definedhttps://en.cppreference.com/c/types
Decimal floating-point typeshttps://en.cppreference.com/c/language/arithmetic_types
_Decimal32https://en.cppreference.com/c/keyword/_Decimal32
_Decimal64https://en.cppreference.com/c/keyword/_Decimal64
_Decimal128https://en.cppreference.com/c/keyword/_Decimal128
Bit-precise integershttps://en.cppreference.com/c/language/arithmetic_types
_BitInthttps://en.cppreference.com/index.php?title=c/keyword/_BitInt&action=edit&redlink=1
Binary integer constantshttps://en.cppreference.com/c/language/integer_constant
u8 character constantshttps://en.cppreference.com/c/language/character_constant
u8 string literalshttps://en.cppreference.com/c/language/string_literal
initializerhttps://en.cppreference.com/c/language/initialization
Attributeshttps://en.cppreference.com/c/language/attributes
deprecatedhttps://en.cppreference.com/c/language/attributes/deprecated
fallthroughhttps://en.cppreference.com/c/language/attributes/fallthrough
maybe_unusedhttps://en.cppreference.com/c/language/attributes/maybe_unused
nodiscardhttps://en.cppreference.com/c/language/attributes/nodiscard
noreturnhttps://en.cppreference.com/c/language/attributes/noreturn
reproduciblehttps://en.cppreference.com/c/language/attributes/reproducible
unsequencedhttps://en.cppreference.com/c/language/attributes/unsequenced
function definitionshttps://en.cppreference.com/c/language/function_definition
array typeshttps://en.cppreference.com/c/language/array
_Static_asserthttps://en.cppreference.com/c/language/_Static_assert
static_asserthttps://en.cppreference.com/c/keyword/static_assert
thread_localhttps://en.cppreference.com/c/keyword/thread_local
Labelshttps://en.cppreference.com/c/language/goto
nullptrhttps://en.cppreference.com/c/keyword/nullptr
nullptr_thttps://en.cppreference.com/c/types/nullptr_t
truehttps://en.cppreference.com/c/keyword/true
falsehttps://en.cppreference.com/c/keyword/false
#elifdefhttps://en.cppreference.com/c/preprocessor/conditional
#elifndefhttps://en.cppreference.com/c/preprocessor/conditional
#warninghttps://en.cppreference.com/c/preprocessor/error
#embedhttps://en.cppreference.com/c/preprocessor/embed
FENV_ROUNDhttps://en.cppreference.com/c/preprocessor/impl
FENV_DEC_ROUNDhttps://en.cppreference.com/c/preprocessor/impl
__STDC_IEC_60559_BFP__https://en.cppreference.com/c/preprocessor/replace
__STDC_IEC_559__https://en.cppreference.com/c/preprocessor/replace
__STDC_IEC_60559_DFP__https://en.cppreference.com/c/preprocessor/replace
__STDC_IEC_60559_COMPLEX__https://en.cppreference.com/c/preprocessor/replace
__STDC_IEC_559_COMPLEX__https://en.cppreference.com/c/preprocessor/replace
https://en.cppreference.com/c/header/stdbit
https://en.cppreference.com/c/header/stdckdint
quantizedN()https://en.cppreference.com/index.php?title=c/numeric/math/quantize&action=edit&redlink=1
samequantumdN()https://en.cppreference.com/index.php?title=c/numeric/math/samequantum&action=edit&redlink=1
quantumdN()https://en.cppreference.com/index.php?title=c/numeric/math/quantum&action=edit&redlink=1
llquantexpdN()https://en.cppreference.com/index.php?title=c/numeric/math/llquantexp&action=edit&redlink=1
encodedecdN()https://en.cppreference.com/index.php?title=c/numeric/math/encodedec&action=edit&redlink=1
decodedecdN()https://en.cppreference.com/index.php?title=c/numeric/math/decodedec&action=edit&redlink=1
encodebindN()https://en.cppreference.com/index.php?title=c/numeric/math/encodebin&action=edit&redlink=1
decodebindN()https://en.cppreference.com/index.php?title=c/numeric/math/decodebin&action=edit&redlink=1
Floating-point formatting functionshttps://en.cppreference.com/c/string/byte/strfromf
mbrtoc8()https://en.cppreference.com/c/string/multibyte/mbrtoc8
c8rtomb()https://en.cppreference.com/c/string/multibyte/c8rtomb
atomic_char8_thttps://en.cppreference.com/c/thread
ATOMIC_CHAR8_T_LOCK_FREEhttps://en.cppreference.com/c/atomic/ATOMIC_LOCK_FREE_consts
memset_explicit()https://en.cppreference.com/c/string/byte/memset
memccpy()https://en.cppreference.com/c/string/byte/memccpy
strdup()https://en.cppreference.com/c/string/byte/strdup
strndup()https://en.cppreference.com/c/string/byte/strndup
gmtime_r()https://en.cppreference.com/c/chrono/gmtime
localtime_r()https://en.cppreference.com/c/chrono/localtime
strftime()https://en.cppreference.com/c/chrono/strftime
wcsftime()https://en.cppreference.com/c/chrono/wcsftime
fscanf()https://en.cppreference.com/c/io/fscanf
fprintf()https://en.cppreference.com/c/io/fprintf
[u]intN_thttps://en.cppreference.com/c/types/integer
[u]int_fastN_thttps://en.cppreference.com/c/types/integer
timespec_getres()https://en.cppreference.com/c/chrono/timespec_getres
__STDC_VERSION_FENV_H__https://en.cppreference.com/c/numeric/fenv
__STDC_VERSION_MATH_H__https://en.cppreference.com/c/numeric/math
__STDC_VERSION_STDINT_H__https://en.cppreference.com/c/types/integer
__STDC_VERSION_STDLIB_H__https://en.cppreference.com/c/string/byte
__STDC_VERSION_TGMATH_H__https://en.cppreference.com/c/numeric/tgmath
__STDC_VERSION_TIME_H__https://en.cppreference.com/c/chrono
__STDC_VERSION_STDCKDINT_H__https://en.cppreference.com/index.php?title=STDC_VERSION_STDCKDINT_H&action=edit&redlink=1
__STDC_VERSION_STDBIT_H__https://en.cppreference.com/index.php?title=STDC_VERSION_STDBIT_H&action=edit&redlink=1
DR 440https://open-std.org/JTC1/SC22/WG14/www/docs/n2379.htm
DR 432https://open-std.org/JTC1/SC22/WG14/www/docs/n2326.htm
DR 467https://open-std.org/JTC1/SC22/WG14/www/docs/n2326.htm
DR 476https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_476
DR 482https://open-std.org/JTC1/SC22/WG14/www/docs/n2324.htm
DR 488https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_488
DR 489https://open-std.org/JTC1/SC22/WG14/www/docs/n2713.htm
DR 494https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_494
DR 496https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_496
DR 497https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_497
DR 499https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_499
DR 500https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_500
DR 501https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_501
static_asserthttps://en.cppreference.com/c/language/_Static_assert
N2265https://open-std.org/JTC1/SC22/WG14/www/docs/n2265.pdf
nodiscardhttps://en.cppreference.com/c/language/attributes/nodiscard
N2267https://open-std.org/JTC1/SC22/WG14/www/docs/n2267.pdf
maybe_unusedhttps://en.cppreference.com/c/language/attributes/maybe_unused
N2270https://open-std.org/JTC1/SC22/WG14/www/docs/n2270.pdf
deprecatedhttps://en.cppreference.com/c/language/attributes/deprecated
N2334https://open-std.org/JTC1/SC22/WG14/www/docs/n2334.pdf
Attributeshttps://en.cppreference.com/c/language/attributes
N2335https://open-std.org/JTC1/SC22/WG14/www/docs/n2335.pdf
N2554https://open-std.org/JTC1/SC22/WG14/www/docs/n2554.pdf
N2341https://open-std.org/JTC1/SC22/WG14/www/docs/n2341.pdf
fallthroughhttps://en.cppreference.com/c/language/attributes/fallthrough
N2408https://open-std.org/JTC1/SC22/WG14/www/docs/n2408.pdf
u8 character constantshttps://en.cppreference.com/c/language/character_constant
N2418https://open-std.org/JTC1/SC22/WG14/www/docs/n2418.pdf
function definitionshttps://en.cppreference.com/c/language/function_definition
N2432https://open-std.org/JTC1/SC22/WG14/www/docs/n2432.pdf
nodiscardhttps://en.cppreference.com/c/language/attributes/nodiscard
N2448https://open-std.org/JTC1/SC22/WG14/www/docs/n2448.pdf
N2480https://open-std.org/JTC1/SC22/WG14/www/docs/n2480.pdf
Labelshttps://en.cppreference.com/c/language/statements#Labels
N2508https://open-std.org/JTC1/SC22/WG14/www/docs/n2508.pdf
Binary integer constantshttps://en.cppreference.com/c/language/integer_constant
N2549https://open-std.org/JTC1/SC22/WG14/www/docs/n2549.pdf
__has_c_attributehttps://en.cppreference.com/c/language/attributes#Attribute_testing
N2553https://open-std.org/JTC1/SC22/WG14/www/docs/n2553.pdf
N2557https://open-std.org/JTC1/SC22/WG14/www/docs/n2557.pdf
N2601https://open-std.org/JTC1/SC22/WG14/www/docs/n2601.pdf
N2626https://open-std.org/JTC1/SC22/WG14/www/docs/n2626.pdf
#elifdef and #elifndefhttps://en.cppreference.com/c/preprocessor/conditional
N2645https://open-std.org/JTC1/SC22/WG14/www/docs/n2645.pdf
u8 string literalshttps://en.cppreference.com/c/language/string_literal
N2653https://open-std.org/JTC1/SC22/WG14/www/docs/n2653.htm
maybe_unusedhttps://en.cppreference.com/c/language/attributes/maybe_unused
N2662https://open-std.org/JTC1/SC22/WG14/www/docs/n2662.pdf
#warninghttps://en.cppreference.com/c/preprocessor/error
N2686https://open-std.org/JTC1/SC22/WG14/www/docs/n2686.pdf
N2763https://open-std.org/JTC1/SC22/WG14/www/docs/n2763.pdf
noreturnhttps://en.cppreference.com/c/language/attributes/noreturn
N2764https://open-std.org/JTC1/SC22/WG14/www/docs/n2764.pdf
N2775https://open-std.org/JTC1/SC22/WG14/www/docs/n2775.pdf
__has_includehttps://en.cppreference.com/c/preprocessor/include
N2799https://open-std.org/JTC1/SC22/WG14/www/docs/n2799.pdf
N2836https://open-std.org/JTC1/SC22/WG14/www/docs/n2836.pdf
function declarationshttps://en.cppreference.com/c/language/function_declaration
N2841https://open-std.org/JTC1/SC22/WG14/www/docs/n2841.htm
Empty initializershttps://en.cppreference.com/c/language/initialization#Empty_initialization
N2900https://open-std.org/JTC1/SC22/WG14/www/docs/n2900.htm
typeofhttps://en.cppreference.com/c/language/typeof
typeof_unqualhttps://en.cppreference.com/c/language/typeof
N2927https://open-std.org/JTC1/SC22/WG14/www/docs/n2927.htm
N2930https://open-std.org/JTC1/SC22/WG14/www/docs/n2930.pdf
N2934https://open-std.org/JTC1/SC22/WG14/www/docs/n2934.pdf
true and falsehttps://en.cppreference.com/c/language/bool_constant
N2935https://open-std.org/JTC1/SC22/WG14/www/docs/n2935.pdf
unsequencedhttps://en.cppreference.com/c/language/attributes/unsequenced
reproduciblehttps://en.cppreference.com/c/language/attributes/reproducible
N2956https://open-std.org/JTC1/SC22/WG14/www/docs/n2956.htm
variadic parameter listhttps://en.cppreference.com/c/language/variadic
N2975https://open-std.org/JTC1/SC22/WG14/www/docs/n2975.pdf
N3007https://open-std.org/JTC1/SC22/WG14/www/docs/n3007.htm
#embedhttps://en.cppreference.com/c/preprocessor/embed
N3017https://open-std.org/JTC1/SC22/WG14/www/docs/n3017.htm
constexprhttps://en.cppreference.com/c/language/constexpr
N3018https://open-std.org/JTC1/SC22/WG14/www/docs/n3018.htm
N3029https://open-std.org/JTC1/SC22/WG14/www/docs/n3029.htm
N3030https://open-std.org/JTC1/SC22/WG14/www/docs/n3030.htm
__VA_OPT__https://en.cppreference.com/c/preprocessor/replace#Function-like_macros
N3033https://open-std.org/JTC1/SC22/WG14/www/docs/n3033.htm
N3038https://open-std.org/JTC1/SC22/WG14/www/docs/n3038.htm
nullptrhttps://en.cppreference.com/c/language/nullptr
N3042https://open-std.org/JTC1/SC22/WG14/www/docs/n3042.htm
Categorieshttps://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Todo with reasonhttps://en.cppreference.com/Category:Todo_with_reason
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/c/23
What links herehttps://en.cppreference.com/Special:WhatLinksHere/c/23
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/c/23
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=c/23&oldid=179938
Page informationhttps://en.cppreference.com/index.php?title=c/23&action=info
العربيةhttp://ar.cppreference.com/c/23
Češtinahttps://cs.cppreference.com/c/23
Deutschhttps://de.cppreference.com/c/23
Españolhttp://es.cppreference.com/c/23
Françaishttp://fr.cppreference.com/c/23
Italianohttp://it.cppreference.com/c/23
日本語http://ja.cppreference.com/c/23
한국어http://ko.cppreference.com/c/23
Polskihttp://pl.cppreference.com/c/23
Portuguêshttp://pt.cppreference.com/c/23
Русскийhttp://ru.cppreference.com/c/23
Türkçehttp://tr.cppreference.com/c/23
中文http://zh.cppreference.com/c/23

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.