blob: 32318a0a315a02316957cd498ba339786da5ca3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|