| T X T _ S T R C M P ( )
| | | | | SOURCE: qdev_autodocs.txt 1.163 (12/09/2014) English INDEP - TXT_#?
----------------------------------------------------------------------------
NAME
txt_strcmp() - Compares two strings.
SYNOPSIS
res = txt_strcmp(str1, str2);
LONG txt_strcmp(const UBYTE *, const UBYTE *);
FUNCTION
This function is able to compare two strings.
INPUTS
str1 - NULL terminated string.
str2 - NULL terminated string.
RETURNS
Returns 0 if strings are equal.
BASES
None.
NOTES
There is also case insensitive variant of this function,
called: 'txt_stricmp()'. Please note that by def. there
is no UTF-8 support in case insensitive version, but it
may do support it when compiled to use 'utility.library'
(-D___QDEV_UTILITYCHAREQ)! Plus both of these have ptr
checking wrappers called:
'txt_pstrcmp()' and 'txt_pstricmp()' respectively.
SEE ALSO
EXAMPLE
None.
BUGS
None known.
----------------------------------------------------------------------------
| |
| |