repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
stdio
/
clearerr.c
blob
6379aae542891b3bf3d9b0039f985bd40ebc3cc2
1
/*
2
* clearerr.c - clear error and end-of-file indicators of a stream
3
*/
4
/* $Header$ */
5
6
#include <stdio.h>
7
8
void
9
(
clearerr
)(
FILE
*
stream
)
10
{
11
clearerr
(
stream
);
12
}