StrCmpA (FUN)

FUNCTION StrCmpA : INT

Does a case sensitive comparison of two strings
Return values:
0 -> the strings are equal
-1 -> pwd1 is less than pwd2
1 -> pwd1 is larger than pwd2
InOut:

Scope

Name

Type

Return

StrCmpA

INT

Input

pby1

POINTER TO BYTE

pby2

POINTER TO BYTE