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 5e16e98 + c01fd6f commit b491fb3Copy full SHA for b491fb3
src/lib.rs
@@ -243,6 +243,7 @@ extern {
243
pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
244
pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
245
pub fn wcslen(buf: *const wchar_t) -> size_t;
246
+ pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
247
248
pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
249
pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int;
0 commit comments