File: gets.3

package info (click to toggle)
manpages-ja 0.5.0.0.20080615-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 20,508 kB
  • ctags: 1
  • sloc: sh: 13,690; perl: 157; makefile: 114
file content (189 lines) | stat: -rw-r--r-- 4,448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
.\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\"
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.\" Modified Wed Jul 28 11:12:07 1993 by Rik Faith (faith@cs.unc.edu)
.\"
.\" Japanese Version Copyright (c) 1997 IMAMURA Nobutaka
.\"         all rights reserved.
.\" Translated 1997-02-14, IMAMURA Nobutaka <imamura@spp.hpc.fujitsu.co.jp>
.\" Updated 1999-08-29, Kentaro Shirakata <argrath@ub32.org>
.\" Updated 2001-11-02, Kentaro Shirakata <argrath@ub32.org>
.\" Updated 2005-09-06, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
.\"
.TH GETS 3  1993-04-04 "GNU" "Linux Programmer's Manual"
.SH ̾
fgetc, fgets, getc, getchar, gets, ungetc \- ʸʸ
.SH 
.nf
.B #include <stdio.h>
.sp
.BI "int fgetc(FILE *" stream );

.BI "char *fgets(char *" "s" ", int " "size" ", FILE *" "stream" );

.BI "int getc(FILE *" stream );

.B "int getchar(void);"

.BI "char *gets(char *" "s" );

.BI "int ungetc(int " c ", FILE *" stream );
.fi
.SH 
.BR fgetc ()
ϡ
.I stream
鼡ʸ
.I unsigned char
Ȥɤߡ
.I int
˥㥹Ȥ֤եν䥨顼Ȥʤä
.B EOF
֤
.PP
.BR getc ()

.BR fgetc ()
Ʊͤ
.I stream
ʣɾޥȤƼƤ뤫⤷ʤ
.PP
.BR getchar ()

.BI "getc(" stdin ) \fR
ƱǤ롣
.PP
.BR gets ()
ϡʸ
.B EOF
ޤǤ 1Ԥ
.I stdin
ɤ߹
.I s
ؤХåե˳Ǽ
(βʸ
.B EOF

.B '\e0'
֤)
ХåեСΥåϹԤʤ (Ρ֥Хפ򻲾)
.PP
.BR fgets ()

.I stream

.IR size " - 1"
Ĥʸɤ߹ߡ
.I s
ؤХåե˳Ǽ롣ɤ߹ߤ
.B EOF
ޤϲʸɤ߹ߤ롣
ɤ߹ޤ줿ʸϥХåե˳Ǽ롣
.B '\e0'
ʸĥХåեκǸʸθ˽񤭹ޤ롣
.PP
.BR ungetc ()
ϡ read ɤ褦ˡ
.I c

.I "unsigned char"
˥㥹Ȥ
.I stream
˽᤹
ᤵ줿ʸϵսᤵ;
ᤷȤݾڤƤΤϡʸǤ롣
.PP
ǽҤ٤ؿ
.I stdio
饤֥ϴؿƱϥȥ꡼ФƸߤ˺ƻȤȤǤ롣
.PP
νå˹ԤȤϡ
.BR unlocked_stdio (3)
򻲾ȤΤȡ
.SH ֤
.BR fgetc (),
.BR getc (),
.BR getchar ()
ϡʸ
.I unsigned char
Ȥɤ
.I int
˥㥹Ȥ֤եν䥨顼ξ
.B EOF
֤
.PP
.BR gets ()

.BR fgets ()
ϡ
.I s
֤顼 1 ʸɤ߹ǤʤΤ˥եνˤʤä
 NULL ֤
.PP
.BR ungetc ()

.I c
֤顼ξ
.B EOF
֤
.SH 
C89, C99.
LSB Ǥ
.BR gets ()
侩Ǥ롣
.SH Х
.BR gets ()
Ф˻ѤƤϤʤʤ
äƥǡΤ뤳Ȥʤ
.BR gets ()
ʸɤफΤ뤳ȤϤǤ
.BR gets ()
Хåեνۤƽ񤭹³뤿ᡢ
.BR gets ()
ȤΤ϶ˤƴǤ롣
Ѥƥԥ塼ΥƥˤƤ

.BR fgets ()
Ȥȡ
.PP
ϥȥ꡼ΥեǥץФơ
.I stdio
饤֥ϴؿȡ٥ƤӽФ
.BR read (2)
򺮤ƸƤӽФϴʤ
̤ɤʤ뤫ʬ餺餯ʤ
˾Ǥ̤ˤϤʤʤ
.SH Ϣ
.BR read (2),
.BR write (2),
.BR ferror (3),
.BR fgetwc (3),
.BR fgetws (3),
.BR fopen (3),
.BR fread (3),
.BR fseek (3),
.BR getline (3),
.BR getwchar (3),
.BR puts (3),
.BR scanf (3),
.BR ungetwc (3),
.BR unlocked_stdio (3)