. \" Manual Seite fuer fileclose . \" @(#)fileclose.3 1.2 20/02/09 Copyright 1988,2020 J. Schilling . \"
FILECLOSE 3 "2020/02/09" "J\*org Schilling" "Schily\'s LIBRARY FUNCTIONS"
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

NOTES
none