Close file.
Closes the file associated with the stream and disassociates it.
- Parameters
-
stream | Pointer to a FILE object that identifies the stream to be closed. |
- Returns
- If the stream is successfully closed, a zero value is returned. On failure, EOF is returned.