Compare commits
1 Commits
085d2895e8
...
f704739a7c
Author | SHA1 | Date | |
---|---|---|---|
f704739a7c |
@ -132,6 +132,8 @@ extern "C"
|
|||||||
/* Clear the error and end-of-file indicators in stream. */
|
/* Clear the error and end-of-file indicators in stream. */
|
||||||
void clearerr(FILE* stream);
|
void clearerr(FILE* stream);
|
||||||
|
|
||||||
|
void setbuf(FILE*, char*);
|
||||||
|
|
||||||
/* Write formatted output to a file. */
|
/* Write formatted output to a file. */
|
||||||
int fprintf(FILE* stream, const char* format, ...);
|
int fprintf(FILE* stream, const char* format, ...);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user