|
LIBRARY#include <xtend/file.h> -lxtend SYNOPSISint xt_fclose(FILE *stream) ARGUMENTSstream: The FILE structure to be closed DESCRIPTIONClose a FILE stream with fclose() or pclose() as appropriate. Automatically determines the proper close function to call using S_ISFIFO on the stream stat structure.RETURN VALUESThe value returned by fclose() or pclose()SEE ALSOfopen(3), popen(3), gzip(1), bzip2(1), xz(1) Visit the GSP FreeBSD Man Page Interface. |