Query: fcloseall
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FCLOSE(3) Linux Programmer's Manual FCLOSE(3)NAMEfcloseall - close all open streamsSYNOPSIS#define _GNU_SOURCE #include <stdio.h> int fcloseall(void);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.GNU1998-04-10 FCLOSE(3)
Related Man Pages |
---|
fclose(3) - freebsd |
fclose(3) - mojave |
fclose(3) - centos |
fcloseall(3) - freebsd |
fcloseall(3) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
CentOS7 restoring file capabilities |
About TODO |
[TIP] Processing YAML files with yq |