From cdbf06756521f8013884db0dd688cfad822cafd6 Mon Sep 17 00:00:00 2001 From: deischen Date: Sat, 22 Apr 2006 15:10:11 +0000 Subject: Add a prototype for fcloseall(). --- include/stdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index d25f02c..348db22 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -327,6 +327,7 @@ char *tempnam(const char *, const char *); #if __BSD_VISIBLE int asprintf(char **, const char *, ...) __printflike(2, 3); char *ctermid_r(char *); +void fcloseall(void); char *fgetln(FILE *, size_t *); __const char *fmtcheck(const char *, const char *) __format_arg(2); int fpurge(FILE *); -- cgit v1.1