summaryrefslogtreecommitdiff
path: root/devdocs/c/95.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/c/95.html')
-rw-r--r--devdocs/c/95.html14
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>&lt;iso646.h&gt;</code></a> </li>
+<li> <a href="string/wide" title="c/string/wide"><code>&lt;wctype.h&gt;</code></a> </li>
+<li> <a href="string/wide" title="c/string/wide"><code>&lt;wchar.h&gt;</code></a> </li>
+</ul> <div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 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>