From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/funcs/c95/stdio/fn.fclose.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.feof.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.ferror.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fflush.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fgetc.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fgetpos.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fgets.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fopen.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fputc.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fputs.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fread.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.freopen.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fseek.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fsetpos.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.ftell.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.fwrite.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.perror.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.puts.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.remove.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.rename.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.rewind.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.setbuf.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.setvbuf.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.tmpfile.html | 101 ++++++++++++ libc/funcs/c95/stdio/fn.ungetc.html | 101 ++++++++++++ libc/funcs/c95/stdio/index.html | 302 ++++++++++++++++++++++++++++++++++ libc/funcs/c95/stdio/sidebar-items.js | 1 + 27 files changed, 2828 insertions(+) create mode 100644 libc/funcs/c95/stdio/fn.fclose.html create mode 100644 libc/funcs/c95/stdio/fn.feof.html create mode 100644 libc/funcs/c95/stdio/fn.ferror.html create mode 100644 libc/funcs/c95/stdio/fn.fflush.html create mode 100644 libc/funcs/c95/stdio/fn.fgetc.html create mode 100644 libc/funcs/c95/stdio/fn.fgetpos.html create mode 100644 libc/funcs/c95/stdio/fn.fgets.html create mode 100644 libc/funcs/c95/stdio/fn.fopen.html create mode 100644 libc/funcs/c95/stdio/fn.fputc.html create mode 100644 libc/funcs/c95/stdio/fn.fputs.html create mode 100644 libc/funcs/c95/stdio/fn.fread.html create mode 100644 libc/funcs/c95/stdio/fn.freopen.html create mode 100644 libc/funcs/c95/stdio/fn.fseek.html create mode 100644 libc/funcs/c95/stdio/fn.fsetpos.html create mode 100644 libc/funcs/c95/stdio/fn.ftell.html create mode 100644 libc/funcs/c95/stdio/fn.fwrite.html create mode 100644 libc/funcs/c95/stdio/fn.perror.html create mode 100644 libc/funcs/c95/stdio/fn.puts.html create mode 100644 libc/funcs/c95/stdio/fn.remove.html create mode 100644 libc/funcs/c95/stdio/fn.rename.html create mode 100644 libc/funcs/c95/stdio/fn.rewind.html create mode 100644 libc/funcs/c95/stdio/fn.setbuf.html create mode 100644 libc/funcs/c95/stdio/fn.setvbuf.html create mode 100644 libc/funcs/c95/stdio/fn.tmpfile.html create mode 100644 libc/funcs/c95/stdio/fn.ungetc.html create mode 100644 libc/funcs/c95/stdio/index.html create mode 100644 libc/funcs/c95/stdio/sidebar-items.js (limited to 'libc/funcs/c95/stdio') diff --git a/libc/funcs/c95/stdio/fn.fclose.html b/libc/funcs/c95/stdio/fn.fclose.html new file mode 100644 index 0000000..c52b296 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fclose.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fclose - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fclose + + [] + + [src]

+
pub unsafe extern fn fclose(file: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.feof.html b/libc/funcs/c95/stdio/fn.feof.html new file mode 100644 index 0000000..29c3d98 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.feof.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::feof - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::feof + + [] + + [src]

+
pub unsafe extern fn feof(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.ferror.html b/libc/funcs/c95/stdio/fn.ferror.html new file mode 100644 index 0000000..280e41c --- /dev/null +++ b/libc/funcs/c95/stdio/fn.ferror.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::ferror - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::ferror + + [] + + [src]

+
pub unsafe extern fn ferror(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fflush.html b/libc/funcs/c95/stdio/fn.fflush.html new file mode 100644 index 0000000..2bf75f2 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fflush.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fflush - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fflush + + [] + + [src]

+
pub unsafe extern fn fflush(file: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fgetc.html b/libc/funcs/c95/stdio/fn.fgetc.html new file mode 100644 index 0000000..f874120 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fgetc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fgetc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fgetc + + [] + + [src]

+
pub unsafe extern fn fgetc(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fgetpos.html b/libc/funcs/c95/stdio/fn.fgetpos.html new file mode 100644 index 0000000..f137e87 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fgetpos.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fgetpos - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fgetpos + + [] + + [src]

+
pub unsafe extern fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fgets.html b/libc/funcs/c95/stdio/fn.fgets.html new file mode 100644 index 0000000..9f6d8de --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fgets.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fgets - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fgets + + [] + + [src]

+
pub unsafe extern fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fopen.html b/libc/funcs/c95/stdio/fn.fopen.html new file mode 100644 index 0000000..405d628 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fopen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fopen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fopen + + [] + + [src]

+
pub unsafe extern fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fputc.html b/libc/funcs/c95/stdio/fn.fputc.html new file mode 100644 index 0000000..c6b44fd --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fputc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fputc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fputc + + [] + + [src]

+
pub unsafe extern fn fputc(c: c_int, stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fputs.html b/libc/funcs/c95/stdio/fn.fputs.html new file mode 100644 index 0000000..c94afff --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fputs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fputs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fputs + + [] + + [src]

+
pub unsafe extern fn fputs(s: *const c_char, stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fread.html b/libc/funcs/c95/stdio/fn.fread.html new file mode 100644 index 0000000..6b0dd7a --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fread.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fread - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fread + + [] + + [src]

+
pub unsafe extern fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.freopen.html b/libc/funcs/c95/stdio/fn.freopen.html new file mode 100644 index 0000000..a43eb85 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.freopen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::freopen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::freopen + + [] + + [src]

+
pub unsafe extern fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fseek.html b/libc/funcs/c95/stdio/fn.fseek.html new file mode 100644 index 0000000..d00844c --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fseek.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fseek - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fseek + + [] + + [src]

+
pub unsafe extern fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fsetpos.html b/libc/funcs/c95/stdio/fn.fsetpos.html new file mode 100644 index 0000000..a41f42a --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fsetpos.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fsetpos - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fsetpos + + [] + + [src]

+
pub unsafe extern fn fsetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.ftell.html b/libc/funcs/c95/stdio/fn.ftell.html new file mode 100644 index 0000000..73fcb0d --- /dev/null +++ b/libc/funcs/c95/stdio/fn.ftell.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::ftell - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::ftell + + [] + + [src]

+
pub unsafe extern fn ftell(stream: *mut FILE) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fwrite.html b/libc/funcs/c95/stdio/fn.fwrite.html new file mode 100644 index 0000000..a60aba0 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fwrite.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fwrite - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fwrite + + [] + + [src]

+
pub unsafe extern fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.perror.html b/libc/funcs/c95/stdio/fn.perror.html new file mode 100644 index 0000000..631d79b --- /dev/null +++ b/libc/funcs/c95/stdio/fn.perror.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::perror - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::perror + + [] + + [src]

+
pub unsafe extern fn perror(s: *const c_char)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.puts.html b/libc/funcs/c95/stdio/fn.puts.html new file mode 100644 index 0000000..2bf06f0 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.puts.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::puts - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::puts + + [] + + [src]

+
pub unsafe extern fn puts(s: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.remove.html b/libc/funcs/c95/stdio/fn.remove.html new file mode 100644 index 0000000..e128ac7 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.remove.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::remove - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::remove + + [] + + [src]

+
pub unsafe extern fn remove(filename: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.rename.html b/libc/funcs/c95/stdio/fn.rename.html new file mode 100644 index 0000000..4cf22ab --- /dev/null +++ b/libc/funcs/c95/stdio/fn.rename.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::rename - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::rename + + [] + + [src]

+
pub unsafe extern fn rename(oldname: *const c_char, newname: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.rewind.html b/libc/funcs/c95/stdio/fn.rewind.html new file mode 100644 index 0000000..b975648 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.rewind.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::rewind - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::rewind + + [] + + [src]

+
pub unsafe extern fn rewind(stream: *mut FILE)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.setbuf.html b/libc/funcs/c95/stdio/fn.setbuf.html new file mode 100644 index 0000000..632ecc6 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.setbuf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::setbuf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::setbuf + + [] + + [src]

+
pub unsafe extern fn setbuf(stream: *mut FILE, buf: *mut c_char)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.setvbuf.html b/libc/funcs/c95/stdio/fn.setvbuf.html new file mode 100644 index 0000000..979f35c --- /dev/null +++ b/libc/funcs/c95/stdio/fn.setvbuf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::setvbuf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::setvbuf + + [] + + [src]

+
pub unsafe extern fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.tmpfile.html b/libc/funcs/c95/stdio/fn.tmpfile.html new file mode 100644 index 0000000..2e697ba --- /dev/null +++ b/libc/funcs/c95/stdio/fn.tmpfile.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::tmpfile - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::tmpfile + + [] + + [src]

+
pub unsafe extern fn tmpfile() -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.ungetc.html b/libc/funcs/c95/stdio/fn.ungetc.html new file mode 100644 index 0000000..31ee707 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.ungetc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::ungetc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::ungetc + + [] + + [src]

+
pub unsafe extern fn ungetc(c: c_int, stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/index.html b/libc/funcs/c95/stdio/index.html new file mode 100644 index 0000000..6f05b72 --- /dev/null +++ b/libc/funcs/c95/stdio/index.html @@ -0,0 +1,302 @@ + + + + + + + + + + libc::funcs::c95::stdio - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95::stdio + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fclose + +
feof + +
ferror + +
fflush + +
fgetc + +
fgetpos + +
fgets + +
fopen + +
fputc + +
fputs + +
fread + +
freopen + +
fseek + +
fsetpos + +
ftell + +
fwrite + +
perror + +
puts + +
remove + +
rename + +
rewind + +
setbuf + +
setvbuf + +
tmpfile + +
ungetc + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/sidebar-items.js b/libc/funcs/c95/stdio/sidebar-items.js new file mode 100644 index 0000000..64f64ad --- /dev/null +++ b/libc/funcs/c95/stdio/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["fclose",""],["feof",""],["ferror",""],["fflush",""],["fgetc",""],["fgetpos",""],["fgets",""],["fopen",""],["fputc",""],["fputs",""],["fread",""],["freopen",""],["fseek",""],["fsetpos",""],["ftell",""],["fwrite",""],["perror",""],["puts",""],["remove",""],["rename",""],["rewind",""],["setbuf",""],["setvbuf",""],["tmpfile",""],["ungetc",""]]}); \ No newline at end of file -- cgit v1.2.3