LT_file_close
void LT_file_close(handle file)
handle | file | The file to close |
Closes an open file handle. Be sure to call this on file handles you are done with. The file is closed and the handle is free to be used for a different file.
handle | file | The file to close |
Closes an open file handle. Be sure to call this on file handles you are done with. The file is closed and the handle is free to be used for a different file.