We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad3ce34 + db5a415 commit 216a428Copy full SHA for 216a428
src/unix/haiku/mod.rs
@@ -1984,6 +1984,17 @@ extern "C" {
1984
longopts: *const option,
1985
longindex: *mut ::c_int,
1986
) -> ::c_int;
1987
+ pub fn strcasecmp_l(
1988
+ string1: *const ::c_char,
1989
+ string2: *const ::c_char,
1990
+ locale: ::locale_t,
1991
+ ) -> ::c_int;
1992
+ pub fn strncasecmp_l(
1993
1994
1995
+ length: ::size_t,
1996
1997
1998
}
1999
2000
#[link(name = "bsd")]
0 commit comments