Skip to content
Snippets Groups Projects
Commit e001d8cc authored by Alex Crichton's avatar Alex Crichton
Browse files

Remove now stray comment

parent 6b8bdcac
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ extern {
size: size_t)
-> c_int;
pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
// Omitted: printf and scanf variants.
pub fn fgetc(stream: *mut FILE) -> c_int;
pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE)
-> *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