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