Copyright (C) 2000-2012 |
Manpages FCLOSESection: Linux Programmer's Manual (3 )Updated: 1998-04-10 Index Return to Main Contents NAMEfcloseall - close all open streamsSYNOPSIS#define _GNU_SOURCE#include <stdio.h> DESCRIPTIONThe 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 VALUEThis function always returns 0.SEE ALSOfclose(3), close(2), fflush(3), fopen(3), setbuf(3)CONFORMING TOThe fcloseall function is a GNU extension.
IndexThis document was created by man2html, using the manual pages. Time: 02:07:37 GMT, January 21, 2025 |