getw - Online Linux Manual Page
Section : 3
Updated : 2023-02-05
Source : Linux man-pages 6.03
NAMEgetw, putw − input and output of words (ints)
LIBRARYStandard C library (libc, −lc)
SYNOPSIS#include <stdio.h>int getw(FILE *stream);
int putw(int w, FILE *stream);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): getw(), putw(): Since glibc 2.3.3:
_XOPEN_SOURCE && ! (_POSIX_C_SOURCE >= 200112L)
|| /* glibc >= 2.19: */ _DEFAULT_SOURCE
|| /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
Before glibc 2.3.3:
_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE
DESCRIPTIONgetw() reads a word (that is, an int) from stream. It's provided for compatibility with SVr4. We recommend you use fread(3) instead. putw() writes the word w (that is, an int) to stream. It is provided for compatibility with SVr4, but we recommend you use fwrite(3) instead.
RETURN VALUENormally, getw() returns the word read, and putw() returns 0. On error, they return EOF.
ATTRIBUTESFor an explanation of the terms used in this section, see attributes(7).
STANDARDSSVr4, SUSv2. Not present in POSIX.1.
BUGSThe value returned on error is also a legitimate data value. ferror(3) can be used to distinguish between the two cases.
SEE ALSOferror(3), fread(3), fwrite(3), getc(3), putc(3) 0
Johanes Gumabo
Data Size : 8,889 byte
man-putw.3Build : 2025-03-22, 13:26 :
Visitor Screen : x
Visitor Counter ( page / site ) : 25 / 2,259,456
Visitor ID : :
Visitor IP : 216.73.216.210 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 20 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 25.03.22
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.