Copyright Digital Equipment Corp. All rights reserved.
Does a case-insensitive comparison between two 7-bit ASCII
strings.
Format
#include <strings.h>
int strncasecmp (const char *s1, const char *s2, size_t n);
Arguments Description Return_Value