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 1818abf commit e4eec2aCopy full SHA for e4eec2a
src/unix/mod.rs
@@ -508,6 +508,7 @@ extern "C" {
508
pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int;
509
pub fn feof(stream: *mut FILE) -> c_int;
510
pub fn ferror(stream: *mut FILE) -> c_int;
511
+ pub fn clearerr(stream: *mut FILE);
512
pub fn perror(s: *const c_char);
513
pub fn atoi(s: *const c_char) -> c_int;
514
#[cfg_attr(
0 commit comments