⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getw.html

📁 unix 下的C开发手册,还用详细的例程。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><!-- Copyright 1997 The Open Group, All Rights Reserved --><title>getw</title></head><body bgcolor=white><center><font size=2>The Single UNIX &reg; Specification, Version 2<br>Copyright &copy; 1997 The Open Group</font></center><hr size=2 noshade><h4><a name = "tag_000_005_797">&nbsp;</a>NAME</h4><blockquote>getw - get a word from a stream(<b>LEGACY</b>)</blockquote><h4><a name = "tag_000_005_798">&nbsp;</a>SYNOPSIS</h4><blockquote><pre><code>#include &lt;<a href="stdio.h.html">stdio.h</a>&gt;int getw(FILE *<i>stream</i>);</code></pre></blockquote><h4><a name = "tag_000_005_799">&nbsp;</a>DESCRIPTION</h4><blockquote>The<i>getw()</i>function reads the next word from the<i>stream</i>.The size of a word is the size of an<b>int</b>and may vary from machine to machine.  The<i>getw()</i>function presumes no special alignment in the file.<p>The<i>getw()</i>function may mark the<i>st_atime</i>field of the file associated with<i>stream</i>for update.The<i>st_atime</i>field will be marked for update by the first successful execution of<i><a href="fgetc.html">fgetc()</a></i>,<i><a href="fgets.html">fgets()</a></i>,<i><a href="fread.html">fread()</a></i>,<i><a href="getc.html">getc()</a></i>,<i><a href="getchar.html">getchar()</a></i>,<i><a href="gets.html">gets()</a></i>,<i><a href="fscanf.html">fscanf()</a></i>or<i><a href="scanf.html">scanf()</a></i>using<i>stream</i>that returns data not supplied by a prior call to<i><a href="ungetc.html">ungetc()</a></i>.<p>This interface need not be reentrant.</blockquote><h4><a name = "tag_000_005_800">&nbsp;</a>RETURN VALUE</h4><blockquote>Upon successful completion,<i>getw()</i>returns the next word from the input stream pointedto by<i>stream</i>.If the stream is at end-of-file, the end-of-file indicator forthe stream is set and<i>getw()</i>returns EOF.If a read error occurs, the error indicator for the stream is set,<i>getw()</i>returns EOF and sets<i>errno</i>to indicate the error.</blockquote><h4><a name = "tag_000_005_801">&nbsp;</a>ERRORS</h4><blockquote>Refer to<i><a href="fgetc.html">fgetc()</a></i>.</blockquote><h4><a name = "tag_000_005_802">&nbsp;</a>EXAMPLES</h4><blockquote>None.</blockquote><h4><a name = "tag_000_005_803">&nbsp;</a>APPLICATION USAGE</h4><blockquote>Because of possible differences in word length and byte ordering,files written using<i><a href="putw.html">putw()</a></i>are implementation-dependent, and possibly cannot be read using<i>getw()</i>by a different application or by the same application on adifferent processor.<p>Because the representation of EOF is a valid integer,applications wishing to check for errors should use<i><a href="ferror.html">ferror()</a></i>and<i><a href="feof.html">feof()</a></i>.<p>The<i>getw()</i>function is inherently byte stream-oriented and is not tenable in thecontext of either multibyte character streams or wide-character streams.  Application programmers are recommended to use one of thecharacter-based input functions instead.</blockquote><h4><a name = "tag_000_005_804">&nbsp;</a>FUTURE DIRECTIONS</h4><blockquote>None.</blockquote><h4><a name = "tag_000_005_805">&nbsp;</a>SEE ALSO</h4><blockquote><i><a href="feof.html">feof()</a></i>,<i><a href="ferror.html">ferror()</a></i>,<i><a href="getc.html">getc()</a></i>,<i><a href="putw.html">putw()</a></i>,<i><a href="stdio.h.html">&lt;stdio.h&gt;</a></i>,<i><a href="utmpx.h.html">&lt;utmpx.h&gt;</a></i>.</blockquote><h4>DERIVATION</h4><blockquote>Derived from Issue 1 of the SVID.</blockquote><hr size=2 noshade><center><font size=2>UNIX &reg; is a registered Trademark of The Open Group.<br>Copyright &copy; 1997 The Open Group<br> [ <a href="../index.html">Main Index</a> | <a href="../xshix.html">XSH</a> | <a href="../xcuix.html">XCU</a> | <a href="../xbdix.html">XBD</a> | <a href="../cursesix.html">XCURSES</a> | <a href="../xnsix.html">XNS</a> ]</font></center><hr size=2 noshade></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -