1CLEARERR(P) POSIX Programmer's Manual CLEARERR(P)
2
3
4
6 clearerr - clear indicators on a stream
7
9 #include <stdio.h>
10
11 void clearerr(FILE *stream);
12
13
15 The clearerr() function shall clear the end-of-file and error indica‐
16 tors for the stream to which stream points.
17
19 The clearerr() function shall not return a value.
20
22 No errors are defined.
23
24 The following sections are informative.
25
27 None.
28
30 None.
31
33 None.
34
36 None.
37
39 The Base Definitions volume of IEEE Std 1003.1-2001, <stdio.h>
40
42 Portions of this text are reprinted and reproduced in electronic form
43 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
44 -- Portable Operating System Interface (POSIX), The Open Group Base
45 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
46 Electrical and Electronics Engineers, Inc and The Open Group. In the
47 event of any discrepancy between this version and the original IEEE and
48 The Open Group Standard, the original IEEE and The Open Group Standard
49 is the referee document. The original Standard can be obtained online
50 at http://www.opengroup.org/unix/online.html .
51
52
53
54IEEE/The Open Group 2003 CLEARERR(P)