home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
cug
/
softt-3.lbr
/
FCOPY.DOC
< prev
next >
Wrap
Text File
|
1984-07-05
|
768b
|
43 lines
.bp 1
.in 0
.he 'FCOPY (2)'11/13/7'FCOPY (2)'
.fo ''-#-''
.fi
.in 7
.ti -7
NAME
.br
fcopy - copy file in to file out
.sp 1
.ti -7
SYNOPSIS
.br
.nf
call fcopy (in, out)
integer in, out
.fi
.sp 1
.ti -7
DESCRIPTION
.br
Assuming that both files are opened, positioned, and ready to go,
the routine copies lines from the current file position until
an EOF is reached on file 'in'.
'in' and 'out' are file identifiers returned by open or create.
.sp 1
.ti -7
IMPLEMENTATION
.br
'Fcopy' simply makes repeated calls to getlin and putlin.
.sp 1
.ti -7
SEE ALSO
.br
open, create, getlin, putlin
.sp 1
.ti -7
DIAGNOSTICS
.br
None