Skip to content
Snippets Groups Projects
Unverified Commit a1c40924 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1721 from brian-gavin/feat/strsignal

Add strsignal(3) to unix
parents 5485e3a0 106dcc2d
No related branches found
No related tags found
No related merge requests found
......@@ -538,6 +538,7 @@ extern "C" {
pub fn strerror(n: c_int) -> *mut c_char;
pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
pub fn strsignal(sig: c_int) -> *mut c_char;
pub fn wcslen(buf: *const wchar_t) -> size_t;
pub fn wcstombs(
dest: *mut c_char,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment