Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
fcloseall(3)
Edit
PageHistory
Diff
Info
LikePages
FCLOSE !!!FCLOSE NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO CONFORMING TO ---- !!NAME fcloseall - close all open streams !!SYNOPSIS __#define _GNU_SOURCE__ __#include __ __int fcloseall(void);__ !!DESCRIPTION The __fcloseall__ function dissociates all open streams from its underlying file or set of functions. Any buffered output data is written first, using fflush(3). Note that the standard streams (stdin, stdout and stderr) are also closed. !!RETURN VALUE This function always returns 0. !!SEE ALSO fclose(3), close(2), fflush(3), fopen(3), setbuf(3) !!CONFORMING TO The __fcloseall__ function is a GNU extension. ----
2 pages link to
fcloseall(3)
:
Man3f
fclose(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.