home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
cug
/
softt-3.lbr
/
ENDST.DOC
< prev
next >
Wrap
Text File
|
1984-07-05
|
896b
|
46 lines
.bp 1
.in 0
.he 'ENDST (2)'11/10/78'ENDST (2)'
.fo ''-#-''
.fi
.in 7
.ti -7
NAME
.br
endst - close all open files and terminate program execution
.sp 1
.ti -7
SYNOPSIS
.br
call endst
.sp 1
.ti -7
DESCRIPTION
.br
Normally called at the end of any ratfor program or program
which uses the software tools primitives.
Closes all open files and terminates program execution.
.sp
On many systems a call to endst is made automatically, either
by the system or by specifically inserting the call into
code processed by the ratfor preprocessor.
.sp 1
.ti -7
IMPLEMENTATION
.br
Any open files are closed.
If any files have been opened multiple times (that is, they have more
than one internal descriptor assigned to them), care is
taken that multiple closes do not damage
the file.
.sp 1
.ti -7
SEE ALSO
.br
close, initst
.sp 1
.ti -7
DIAGNOSTICS
.br
None