[Linux manuál]
Návod, kniha: Linux Programmer's Manual
#include <stdio.h>
int fcloseall(void);
fcloseall: zavřete všechny otevřené proudy
Originální popis anglicky: fcloseall - close all open streamsNávod, kniha: Linux Programmer's Manual
STRUČNĚ
#define _GNU_SOURCEPOPIS / INSTRUKCE
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.NÁVRATOVÁ HODNOTA
This function always returns 0.SOUVISEJÍCÍ
close(2), fclose(3), fflush(3), fopen(3), setbuf(3)ODPOVÍDAJÍCÍ
The fcloseall function is a GNU extension.| 1998-04-10 | GNU |