dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
strncasecmp
core
sys
posix
strings
Compare two strings ignoring case, up to n characters
version(Posix)
extern (
C
) nothrow @
nogc
int
strncasecmp
(
scope
const
char
*
s1
,
scope
const
char
*
s2
,
size_t
n
)
Meta
Source
See Implementation
core
sys
posix
strings
functions
ffs
strcasecmp
strcasecmp_l
strncasecmp
strncasecmp_l
Compare two strings ignoring case, up to n characters