FreeBSD manual

download PDF document: fileclose.3.pdf

FILECLOSE(3) Schily's LIBRARY FUNCTIONS FILECLOSE(3)
NAME fileclose() - closes a file
SYNOPSIS fileclose(f) FILE *f;
DESCRIPTION fileclose() closes the file f and flushes all buffers.
RETURNS 0 on success
EOF on error none
Joerg Schilling 2022/09/09 FILECLOSE(3)