Case-insensitive comparison of two NUL-terminated C strings.
Declared in <openssl/crypto.h>
int
OPENSSL_strcasecmp(
char const* s1,
char const* s2);
Less than, equal to, or greater than zero as with strcasecmp(3).
| Name | Description |
|---|---|
| s1 | First string. |
| s2 | Second string. |