informix
Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions

stcmpr()

The stcmpr() function compares two null-terminated strings.

Syntax

Important: s1 is greater than s2 when s1 appears after s2 in the ASCII collation sequence.

Return Codes

=0 The two strings are identical.
<0 The first string is less than the second string.
>0 The first string is greater than the second string.


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved