Usage
close! f
Signature
close!: % MachineInteger
Parameter | Type | Description |
---|---|---|
f | % | a file |
Description
Closes the file f, returning 0 if no error occured, a nonzero error code (the value of errno from C) otherwise.