diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2015-07-04 16:42:14 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2015-07-04 16:42:14 +0000 |
| commit | fd1099547835ea5391feee010529cf34488af228 (patch) | |
| tree | e614562cff4421bbd6605abcd4a8622399f988f4 /include/stdio.h | |
| parent | 54f98da930424cfb071247f24a5c77bd5fca1618 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index eaebff85e473..5a5b82bc665e 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -396,6 +396,7 @@ int (dprintf)(int, const char * __restrict, ...); int asprintf(char **, const char *, ...) __printflike(2, 3); char *ctermid_r(char *); void fcloseall(void); +int fdclose(FILE *, int *); char *fgetln(FILE *, size_t *); const char *fmtcheck(const char *, const char *) __format_arg(2); int fpurge(FILE *); |
