home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
cug
/
softt-3.lbr
/
CONCAT.DOC
< prev
next >
Wrap
Text File
|
1984-07-05
|
640b
|
39 lines
.bp 1
.in 0
.he 'CONCAT (2)'7/23/80'CONCAT (2)'
.fo ''-#-''
.fi
.in 7
.ti -7
NAME
.br
concat - concatenate 2 strings together
.sp 1
.ti -7
SYNOPSIS
.br
.nf
call concat(buf1, buf2, outstr)
character buf1(ARB), buf2(ARB), outstr(ARB)
.fi
.sp 1
.ti -7
DESCRIPTION
.br
Copies the arrays buf1 and buf2 into the array outstr.
All arrays are ascii character arrays stored one character per
array element.
.sp 1
.ti -7
SEE ALSO
.br
scopy, stcopy, addset, addstr
.sp 1
.ti -7
DIAGNOSTICS
.br
None