strcmp

strcmp — Compare strings

Description

Compare strings and set the result to -1, 0, or 1 if the first string is less than, equal to, or greater than the second, respectively. strcmp compares at i-time only, while strcmpk does the comparison both at initialization and performance time.

Syntax

ires strcmp S1, S2
kres strcmpk S1, S2

Credits

Author: Istvan Varga
2005