For the complete documentation index, see llms.txt. This page is also available as Markdown.

fclose

close a file
     handle - file handle
returns: nothing
Thread-safe function.

void fclose(long handle);

Last updated

Was this helpful?