René's URL Explorer Experiment


Title: C99 - 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%2F99
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=c%2F99
Pagehttps://en.cppreference.com/c/99
Discussionhttps://en.cppreference.com/index.php?title=Talk:c/99&action=edit&redlink=1
https://en.cppreference.com/c/99
Readhttps://en.cppreference.com/c/99
View sourcehttps://en.cppreference.com/index.php?title=c/99&action=edit
View historyhttps://en.cppreference.com/index.php?title=c/99&action=history
https://en.cppreference.com/c/99
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
C11https://en.cppreference.com/c/11
C17https://en.cppreference.com/c/17
C23https://en.cppreference.com/c/23
Current statushttps://en.cppreference.com/c/current_status
[edit]https://cppreference.com/index.php?title=Template:c/version/navbar_content&action=edit
1 Obsoletehttps://en.cppreference.com/c/99#Obsolete
1.1 Removedhttps://en.cppreference.com/c/99#Removed
1.2 Deprecatedhttps://en.cppreference.com/c/99#Deprecated
2 New language featureshttps://en.cppreference.com/c/99#New_language_features
2.1 Feature test macros for optional featureshttps://en.cppreference.com/c/99#Feature_test_macros_for_optional_features
3 New library featureshttps://en.cppreference.com/c/99#New_library_features
3.1 New headershttps://en.cppreference.com/c/99#New_headers
3.2 Library featureshttps://en.cppreference.com/c/99#Library_features
4 Defect reportshttps://en.cppreference.com/c/99#Defect_reports
5 Compiler supporthttps://en.cppreference.com/c/99#Compiler_support
5.1 C99 core language featureshttps://en.cppreference.com/c/99#C99_core_language_features
identifiershttps://en.cppreference.com/c/language/identifier
translation limitshttps://en.cppreference.com/c/language/identifier#Translation_limits
commentshttps://en.cppreference.com/c/comment
restricthttps://en.cppreference.com/c/language/restrict
arithmetic typeshttps://en.cppreference.com/c/language/arithmetic_types
_Complexhttps://en.cppreference.com/c/keyword/_Complex
_Imaginaryhttps://en.cppreference.com/c/keyword/_Imaginary
Variable-length arrayhttps://en.cppreference.com/c/language/array#Variable-length_arrays
arrayhttps://en.cppreference.com/c/language/array_initialization
struct and unionhttps://en.cppreference.com/c/language/struct_initialization
enumerator-listhttps://en.cppreference.com/c/language/enum
floating constantshttps://en.cppreference.com/c/language/floating_constant
Compound literalshttps://en.cppreference.com/c/language/compound_literal
main() functionhttps://en.cppreference.com/c/language/main_function
forhttps://en.cppreference.com/c/language/for
inlinehttps://en.cppreference.com/c/language/inline
__func__https://en.cppreference.com/c/language/function_definition
Variadic macroshttps://en.cppreference.com/c/preprocessor/replace
_Pragmahttps://en.cppreference.com/c/preprocessor/impl
FENV_ACCESShttps://en.cppreference.com/c/preprocessor/impl
FP_CONTRACThttps://en.cppreference.com/c/preprocessor/impl
CX_LIMITED_RANGEhttps://en.cppreference.com/c/preprocessor/impl
__STDC_IEC_559__https://en.cppreference.com/c/preprocessor/replace
__STDC_IEC_559_COMPLEX__https://en.cppreference.com/c/preprocessor/replace
__STDC_HOSTED__https://en.cppreference.com/c/preprocessor/replace
hostedhttps://en.cppreference.com/c/language/conformance
__STDC_ISO_10646__https://en.cppreference.com/c/preprocessor/replace
__STDC_MB_MIGHT_NEQ_WC__https://en.cppreference.com/c/preprocessor/replace
ordinary and wide literal encodingshttps://en.cppreference.com/c/language/character_constant
https://en.cppreference.com/c/header/complex
https://en.cppreference.com/c/header/fenv
https://en.cppreference.com/c/header/inttypes
https://en.cppreference.com/c/header/stdbool
https://en.cppreference.com/c/header/stdint
https://en.cppreference.com/c/header/tgmath
Aliases for integer typeshttps://en.cppreference.com/c/types/integer
Floating-point environment accesshttps://en.cppreference.com/c/numeric/fenv
Math error handlinghttps://en.cppreference.com/c/numeric/math/math_errhandling
Complex functionshttps://en.cppreference.com/c/numeric/complex
fscanf()https://en.cppreference.com/c/io/fscanf
fprintf()https://en.cppreference.com/c/io/fprintf
Format string macros for integer typeshttps://en.cppreference.com/c/types/integer#Format_macro_constants
va_copyhttps://en.cppreference.com/c/variadic/va_copy
Type-generic math macroshttps://en.cppreference.com/c/numeric/tgmath
boolhttps://en.cppreference.com/c/types
truehttps://en.cppreference.com/c/types
falsehttps://en.cppreference.com/c/types
Template:c/language/history/DR99https://en.cppreference.com/index.php?title=Template:c/language/history/DR99&action=edit&redlink=1
identifiershttps://en.cppreference.com/c/language/identifier
translation limitshttps://en.cppreference.com/c/language/identifier#Translation_limits
N590https://open-std.org/JTC1/SC22/WG14/www/docs/n590.pdf
commentshttps://en.cppreference.com/c/comment
N644https://open-std.org/JTC1/SC22/WG14/www/docs/n644.htm
restricthttps://en.cppreference.com/c/language/restrict
N448https://open-std.org/JTC1/SC22/WG14/www/docs/n448.pdf
arithmetic typeshttps://en.cppreference.com/c/language/arithmetic_types
N815https://open-std.org/JTC1/SC22/WG14/www/docs/n815.htm
N601https://open-std.org/JTC1/SC22/WG14/www/docs/n601.ps
N620https://open-std.org/JTC1/SC22/WG14/www/docs/n620.ps
N638https://open-std.org/JTC1/SC22/WG14/www/docs/n638.ps
N657https://open-std.org/JTC1/SC22/WG14/www/docs/n657.ps
N694https://open-std.org/JTC1/SC22/WG14/www/docs/n694.ps
N809https://open-std.org/JTC1/SC22/WG14/www/docs/n809.ps
Variable-length arrayhttps://en.cppreference.com/c/language/array#Variable-length_arrays
N683https://open-std.org/JTC1/SC22/WG14/www/docs/n683.htm
N2778https://open-std.org/JTC1/SC22/WG14/www/docs/n2778.pdf
N494https://open-std.org/JTC1/SC22/WG14/www/docs/n494.pdf
N505https://open-std.org/JTC1/SC22/WG14/www/docs/n505.pdf
enumerator-listhttps://en.cppreference.com/c/language/enum
floating constantshttps://en.cppreference.com/c/language/floating_constant
N308https://open-std.org/JTC1/SC22/WG14/www/docs/n308.pdf
Compound literalshttps://en.cppreference.com/c/language/compound_literal
N716https://open-std.org/JTC1/SC22/WG14/www/docs/n716.htm
N617https://open-std.org/JTC1/SC22/WG14/www/docs/n617.htm
main() functionhttps://en.cppreference.com/c/language/main_function
N740https://open-std.org/JTC1/SC22/WG14/www/docs/n740.htm
forhttps://en.cppreference.com/c/language/for
inlinehttps://en.cppreference.com/c/language/inline
N741https://open-std.org/JTC1/SC22/WG14/www/docs/n741.htm
__func__https://en.cppreference.com/c/language/function_definition
N611https://open-std.org/JTC1/SC22/WG14/www/docs/n611.ps
Variadic macroshttps://en.cppreference.com/c/preprocessor/replace
N707https://open-std.org/JTC1/SC22/WG14/www/docs/n707.htm
_Pragmahttps://en.cppreference.com/c/preprocessor/impl
N634https://open-std.org/JTC1/SC22/WG14/www/docs/n634.ps
N631https://open-std.org/JTC1/SC22/WG14/www/docs/n631.htm
N696https://open-std.org/JTC1/SC22/WG14/www/docs/n696.ps
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/99
What links herehttps://en.cppreference.com/Special:WhatLinksHere/c/99
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/c/99
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/99&oldid=140860
Page informationhttps://en.cppreference.com/index.php?title=c/99&action=info
العربيةhttp://ar.cppreference.com/c/99
Češtinahttps://cs.cppreference.com/c/99
Deutschhttps://de.cppreference.com/c/99
Españolhttp://es.cppreference.com/c/99
Françaishttp://fr.cppreference.com/c/99
Italianohttp://it.cppreference.com/c/99
日本語http://ja.cppreference.com/c/99
한국어http://ko.cppreference.com/c/99
Polskihttp://pl.cppreference.com/c/99
Portuguêshttp://pt.cppreference.com/c/99
Русскийhttp://ru.cppreference.com/c/99
Türkçehttp://tr.cppreference.com/c/99
中文http://zh.cppreference.com/c/99

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.