getw

Retrieves a word from the specified pipe.

Library:LibC
Classification:Single UNIX
Service:File and Directory I/O

Syntax

  #include <stdio.h> 
   
  int getw (
     FILE   *stream );
  

Parameters

stream

(IN) Points to the pipe.

Return Values

If successful, returns the next DWORD integer on the pipe. Otherwise, returns -1.

See Also