libc::funcs::c95::stdio::fclose
+
+ [−]
+
+ [src]
+pub unsafe extern fn fclose(file: *mut FILE) -> c_int
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 @@ + + +
+ + + + + + +pub unsafe extern fn fclose(file: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn feof(stream: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn ferror(stream: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fflush(file: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fgetc(stream: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fputc(c: c_int, stream: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fputs(s: *const c_char, stream: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fsetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn ftell(stream: *mut FILE) -> c_long
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn perror(s: *const c_char)
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn puts(s: *const c_char) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn remove(filename: *const c_char) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn rename(oldname: *const c_char, newname: *const c_char) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn rewind(stream: *mut FILE)
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn setbuf(stream: *mut FILE, buf: *mut c_char)
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn tmpfile() -> *mut FILE
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn ungetc(c: c_int, stream: *mut FILE) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
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 | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+