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.
1 parent 4a2e604 commit 5d8c6c3Copy full SHA for 5d8c6c3
src/unix/haiku/mod.rs
@@ -1694,6 +1694,9 @@ extern "C" {
1694
>,
1695
data: *mut ::c_void,
1696
) -> ::c_int;
1697
+
1698
+ pub fn strsep(string: *mut *mut ::c_char, delimiters: *const ::c_char) -> *mut ::c_char;
1699
+ pub fn explicit_bzero(buf: *mut ::c_void, len: ::size_t);
1700
}
1701
1702
cfg_if! {
0 commit comments