# fclose

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

void fclose(long handle);
```
