Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
SysClose


NAME

SysClose - close a file descriptor

SYNOPSIS

PROCEDURE Close(fd: CARDINAL) : BOOLEAN;

DESCRIPTION

Close closes the given file descriptor.

DIAGNOSTICS

Close returns FALSE and sets Errno.errno in case of errors.

SEE ALSO

close(2), SysOpen
Edited by: borchert, last change: 1997/02/25, revision: 1.1, converted to HTML: 1997/04/28

Modula-2 || Compiler & Tools || Library || Search Engine