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 9c56176 commit 8744ca1Copy full SHA for 8744ca1
src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs
@@ -52,6 +52,9 @@ extern {
52
envp: *const *const ::c_char) -> ::c_int;
53
pub fn pledge(promises: *const ::c_char,
54
execpromises: *const ::c_char) -> ::c_int;
55
+ pub fn strtonum(nptr: *const ::c_char, minval: ::c_longlong,
56
+ maxval: ::c_longlong,
57
+ errstr: *mut *const ::c_char) -> ::c_longlong;
58
}
59
60
cfg_if! {
0 commit comments