summaryrefslogtreecommitdiff
path: root/devdocs/c/io%2Fgetwchar.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/c/io%2Fgetwchar.html')
-rw-r--r--devdocs/c/io%2Fgetwchar.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/devdocs/c/io%2Fgetwchar.html b/devdocs/c/io%2Fgetwchar.html
new file mode 100644
index 00000000..072a1648
--- /dev/null
+++ b/devdocs/c/io%2Fgetwchar.html
@@ -0,0 +1,19 @@
+ <h1 id="firstHeading" class="firstHeading">getwchar</h1> <table class="t-dcl-begin"> <tr class="t-dsc-header"> <th> Defined in header <code>&lt;wchar.h&gt;</code> </th> <th> </th> <th> </th> </tr> <tr class="t-dcl"> <td> <pre data-language="c">wint_t getwchar(void);</pre>
+</td> <td class="t-dcl-nopad"> </td> <td> <span class="t-mark-rev t-since-c95">(since C95)</span> </td> </tr> </table> <p>Reads the next wide character from <code><a href="std_streams" title="c/io/std streams">stdin</a></code>.</p>
+<h3 id="Parameters"> Parameters</h3> <p>(none)</p>
+<h3 id="Return_value"> Return value</h3> <p>the obtained wide character or <code>WEOF</code> if an error has occurred or the end of file reached</p>
+<h3 id="References"> References</h3> <ul>
+<li> C11 standard (ISO/IEC 9899:2011): </li>
+<ul><li> 7.29.3.7 The getwchar function (p: 424) </li></ul>
+<li> C99 standard (ISO/IEC 9899:1999): </li>
+<ul><li> 7.24.3.7 The getwchar function (p: 369-370) </li></ul>
+</ul> <h3 id="See_also"> See also</h3> <table class="t-dsc-begin"> <tr class="t-dsc"> <td> <div><a href="getchar" title="c/io/getchar"> <span class="t-lines"><span>getchar</span></span></a></div> </td> <td> reads a character from <code><a href="std_streams" title="c/io/std streams">stdin</a></code> <br> <span class="t-mark">(function)</span> </td>
+</tr> <tr class="t-dsc"> <td> <div><a href="fgetwc" title="c/io/fgetwc"> <span class="t-lines"><span>fgetwc</span><span>getwc</span></span></a></div>
+<div><span class="t-lines"><span><span class="t-mark-rev t-since-c95">(C95)</span></span></span></div> </td> <td> gets a wide character from a file stream <br> <span class="t-mark">(function)</span> </td>
+</tr> <tr class="t-dsc"> <td colspan="2"> <span><a href="https://en.cppreference.com/w/cpp/io/c/getwchar" title="cpp/io/c/getwchar">C++ documentation</a></span> for <code>getwchar</code> </td>
+</tr> </table> <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/io/getwchar" class="_attribution-link">https://en.cppreference.com/w/c/io/getwchar</a>
+ </p>
+</div>