1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Description: Close a stream, with nicer error checking than fclose's. Files: lib/close-stream.h lib/close-stream.c Depends-on: fpending stdbool configure.ac: gl_MODULE_INDICATOR([close-stream]) Makefile.am: lib_SOURCES += close-stream.c Include: "close-stream.h" License: GPL Maintainer: Jim Meyering