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 5485e3a + 106dcc2 commit a1c4092Copy full SHA for a1c4092
src/unix/mod.rs
@@ -538,6 +538,7 @@ extern "C" {
538
pub fn strerror(n: c_int) -> *mut c_char;
539
pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
540
pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
541
+ pub fn strsignal(sig: c_int) -> *mut c_char;
542
pub fn wcslen(buf: *const wchar_t) -> size_t;
543
pub fn wcstombs(
544
dest: *mut c_char,
0 commit comments