m_close
This call closes the file associated with
fp
.
Syntax: int far m_close(FILE far *fp)
Parameters: FILE far *fp Pointer to the file to be closed
Returns: 0 - if successful
Any other value indicates an error condition.