NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
int fclose ( byte  handle)
inline

Close file.

Close the file associated with the specified file handle. The loader result code is returned as the value of the function call.

Parameters
handleThe handle of the file to be closed.
Returns
The loader result code.
Examples:
ex_fclose.nxc, and ex_fopen.nxc.