home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
cug
/
softt-3.lbr
/
EQUAL.DOC
< prev
next >
Wrap
Text File
|
1984-07-05
|
640b
|
39 lines
.bp 1
.in 0
.he 'EQUAL (2)'11/13/78'EQUAL (2)'
.fo ''-#-''
.fi
.in 7
.ti -7
NAME
.br
equal - compare str1 to str2; return YES if equal
.sp 1
.ti -7
SYNOPSIS
.br
.nf
stat = equal(str1, str2)
character str1(ARB), str2(ARB)
integer stat is returned as YES/NO
.fi
.sp 1
.ti -7
DESCRIPTION
.br
Compares two strings, returning YES if they are the same, NO
if they differ.
Each string is an ascii character array
terminated with an EOS marker.
.sp 1
.ti -7
SEE ALSO
.br
strcmp
.sp 1
.ti -7
DIAGNOSTICS
.br
None