Jump to content

MFS CLOSE: Difference between revisions

From EDM2
Created page with "Close a file. ==Syntax== int far pascal MFS_CLOSE(void) ==Returns== If no error is detected, a zero error code is returned. If an error is detected, a non-zero error code i..."
(No difference)

Revision as of 03:24, 21 May 2019

Close a file.

Syntax

int far pascal MFS_CLOSE(void)

Returns

If no error is detected, a zero error code is returned. If an error is detected, a non-zero error code is returned.

Remarks

None.