strncasecmp_l method
Implementation
int strncasecmp_l(
ffi.Pointer<ffi.Int8> __s1,
ffi.Pointer<ffi.Int8> __s2,
int __n,
ffi.Pointer<_locale_struct_> __loc,
) {
return _strncasecmp_l(
__s1,
__s2,
__n,
__loc,
);
}
int strncasecmp_l(
ffi.Pointer<ffi.Int8> __s1,
ffi.Pointer<ffi.Int8> __s2,
int __n,
ffi.Pointer<_locale_struct_> __loc,
) {
return _strncasecmp_l(
__s1,
__s2,
__n,
__loc,
);
}