Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


fgetw()                   STDIO Function                  fgetw()




Read integer from stream

#include <stdio.h>
int fgetw(fp) FILE *fp;

fgetw reads an integer from the stream fp.

***** Example *****

For an example of this function, see the entry for ferror.

***** See Also *****

fputw(), STDIO

***** Notes *****

fgetw returns  EOF on errors.   A call to  feof or ferror  may be
necessary to  distinguish this  value from a  genuine end-of-file
signal.




































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026