1CLEARERR(P)                POSIX Programmer's Manual               CLEARERR(P)
2
3
4

NAME

6       clearerr - clear indicators on a stream
7

SYNOPSIS

9       #include <stdio.h>
10
11       void clearerr(FILE *stream);
12
13

DESCRIPTION

15       The  clearerr()  function shall clear the end-of-file and error indica‐
16       tors for the stream to which stream points.
17

RETURN VALUE

19       The clearerr() function shall not return a value.
20

ERRORS

22       No errors are defined.
23
24       The following sections are informative.
25

EXAMPLES

27       None.
28

APPLICATION USAGE

30       None.
31

RATIONALE

33       None.
34

FUTURE DIRECTIONS

36       None.
37

SEE ALSO

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)
Impressum