|
Library /sys$common/syshlp/HELPLIB.HLB CRTL, strcasecmp *Conan The Librarian |
Does a case-insensitive comparison of two 7-bit ASCII strings.
Format
#include <strings.h>
int strcasecmp (const char *s1, const char *s2);
Additional Information (explode) :
|
|