utl_strucmp() function
* Function utl_strucmp * Description This utility function compares two strings in uppercase. * String p_s must be uppercase. String p_t is converted to * uppercase if lowercase. If p_s ends first, the substring * match is counted as a match. * Returns 0 if strings match, nonzero otherwise.
Syntax
extern int utl_strucmp(const char *p_s,
const char *p_t);