FCLOSE macro
Description
Close an opened file
usage
fclose (fp)
Example
.include "telestrat.inc"
.include "../orix-sdk/macros/SDK_file.mac"
fclose (ptr) ; Ptr contains the FD (from fopen macro)
rts
Call XCLOSE kernel function.
Last update:
2024-02-15