mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Add a prototype for fcloseall().
This commit is contained in:
parent
b62c955c52
commit
28c94ec4cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157960
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user