diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/c/95.html | |
new repository
Diffstat (limited to 'devdocs/c/95.html')
| -rw-r--r-- | devdocs/c/95.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devdocs/c/95.html b/devdocs/c/95.html new file mode 100644 index 00000000..32318a0a --- /dev/null +++ b/devdocs/c/95.html @@ -0,0 +1,14 @@ + <h1 id="firstHeading" class="firstHeading">C95</h1> <p><b>ISO/IEC 9899/AMD1:1995</b>, a.k.a. <b>C95</b>, is a previous revision of the C standard.</p> +<h2 id="New_language_features"> New language features</h2> <ul> +<li> <a href="language/operator_alternative" title="c/language/operator alternative">Digraphs</a> </li> +<li> <a href="preprocessor/replace" title="c/preprocessor/replace"><code>__STDC_VERSION__</code></a> </li> +</ul> <h2 id="New_library_features"> New library features </h2> <h3 id="New_headers"> New headers</h3> <ul> +<li> <a href="language/operator_alternative" title="c/language/operator alternative"><code><iso646.h></code></a> </li> +<li> <a href="string/wide" title="c/string/wide"><code><wctype.h></code></a> </li> +<li> <a href="string/wide" title="c/string/wide"><code><wchar.h></code></a> </li> +</ul> <div class="_attribution"> + <p class="_attribution-p"> + © cppreference.com<br>Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.<br> + <a href="https://en.cppreference.com/w/c/95" class="_attribution-link">https://en.cppreference.com/w/c/95</a> + </p> +</div> |
