|
NAMEexplain_fclose_or_die - close a stream and report errorsSYNOPSIS#include <libexplain/fclose.h>void explain_fclose_or_die(FILE *fp); DESCRIPTIONThe explain_fclose_or_die function is used to fflush(3) and fclose(3) the given stream. If there is an error, it will be reported using explain_fclose(3), and then terminates by calling exit(EXIT_FAILURE).explain_fclose_or_die(fp);
COPYRIGHTlibexplain version 1.3Copyright (C) 2008 Peter Miller AUTHORWritten by Peter Miller <pmiller@opensource.org.au> Visit the GSP FreeBSD Man Page Interface. |