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 2eacfbc commit 4c9c4e4Copy full SHA for 4c9c4e4
src/unix/nto/mod.rs
@@ -2748,7 +2748,6 @@ extern "C" {
2748
pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
2749
2750
pub fn abs(i: ::c_int) -> ::c_int;
2751
- pub fn atof(s: *const ::c_char) -> ::c_double;
2752
pub fn labs(i: ::c_long) -> ::c_long;
2753
pub fn rand() -> ::c_int;
2754
pub fn srand(seed: ::c_uint);
0 commit comments