Scroll to navigation

STRNCASECMP(9) Basic C Library Functions STRNCASECMP(9)

NAME

strncasecmp - Case insensitive, length-limited string comparison

SYNOPSIS

int strncasecmp(const char * s1, const char * s2, size_t len);

ARGUMENTS

const char * s1

One string

const char * s2

The other string

size_t len

the maximum number of characters to compare

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11