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/stdlib/fn._exit.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.abs.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.atexit.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.atof.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.atoi.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.calloc.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.exit.html | 127 +++++++++++++++++ libc/funcs/c95/stdlib/fn.free.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.getenv.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.labs.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.malloc.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.rand.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.realloc.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.srand.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.strtod.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.strtol.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.strtoul.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/fn.system.html | 101 ++++++++++++++ libc/funcs/c95/stdlib/index.html | 247 +++++++++++++++++++++++++++++++++ libc/funcs/c95/stdlib/sidebar-items.js | 1 + 20 files changed, 2092 insertions(+) create mode 100644 libc/funcs/c95/stdlib/fn._exit.html create mode 100644 libc/funcs/c95/stdlib/fn.abs.html create mode 100644 libc/funcs/c95/stdlib/fn.atexit.html create mode 100644 libc/funcs/c95/stdlib/fn.atof.html create mode 100644 libc/funcs/c95/stdlib/fn.atoi.html create mode 100644 libc/funcs/c95/stdlib/fn.calloc.html create mode 100644 libc/funcs/c95/stdlib/fn.exit.html create mode 100644 libc/funcs/c95/stdlib/fn.free.html create mode 100644 libc/funcs/c95/stdlib/fn.getenv.html create mode 100644 libc/funcs/c95/stdlib/fn.labs.html create mode 100644 libc/funcs/c95/stdlib/fn.malloc.html create mode 100644 libc/funcs/c95/stdlib/fn.rand.html create mode 100644 libc/funcs/c95/stdlib/fn.realloc.html create mode 100644 libc/funcs/c95/stdlib/fn.srand.html create mode 100644 libc/funcs/c95/stdlib/fn.strtod.html create mode 100644 libc/funcs/c95/stdlib/fn.strtol.html create mode 100644 libc/funcs/c95/stdlib/fn.strtoul.html create mode 100644 libc/funcs/c95/stdlib/fn.system.html create mode 100644 libc/funcs/c95/stdlib/index.html create mode 100644 libc/funcs/c95/stdlib/sidebar-items.js (limited to 'libc/funcs/c95/stdlib') diff --git a/libc/funcs/c95/stdlib/fn._exit.html b/libc/funcs/c95/stdlib/fn._exit.html new file mode 100644 index 0000000..2701440 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn._exit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::_exit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::_exit + + [] + + [src]

+
pub unsafe extern fn _exit(status: c_int) -> !
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.abs.html b/libc/funcs/c95/stdlib/fn.abs.html new file mode 100644 index 0000000..8068727 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.abs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::abs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::abs + + [] + + [src]

+
pub unsafe extern fn abs(i: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.atexit.html b/libc/funcs/c95/stdlib/fn.atexit.html new file mode 100644 index 0000000..0effe6f --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.atexit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::atexit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::atexit + + [] + + [src]

+
pub unsafe extern fn atexit(cb:  extern "C" fn()) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.atof.html b/libc/funcs/c95/stdlib/fn.atof.html new file mode 100644 index 0000000..560c85b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.atof.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::atof - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::atof + + [] + + [src]

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

libc::funcs::c95::stdlib::atoi + + [] + + [src]

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

libc::funcs::c95::stdlib::calloc + + [] + + [src]

+
pub unsafe extern fn calloc(nobj: size_t, size: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.exit.html b/libc/funcs/c95/stdlib/fn.exit.html new file mode 100644 index 0000000..1c181ea --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.exit.html @@ -0,0 +1,127 @@ + + + + + + + + + + libc::funcs::c95::stdlib::exit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::exit + + [] + + [src]

+
pub unsafe extern fn exit(status: c_int) -> !

Exits the running program in a possibly dangerous manner.

+ +

Unsafety

+

While this forces your program to exit, it does so in a way that has +consequences. This will skip all unwinding code, which means that anything +relying on unwinding for cleanup (such as flushing and closing a buffer to a +file) may act in an unexpected way.

+ +

Examples

extern crate libc; + +fn main() { + unsafe { + libc::exit(1); + } +} +
+extern crate libc;
+
+fn main() {
+    unsafe {
+        libc::exit(1);
+    }
+}
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.free.html b/libc/funcs/c95/stdlib/fn.free.html new file mode 100644 index 0000000..b201f14 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.free.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::free - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::free + + [] + + [src]

+
pub unsafe extern fn free(p: *mut c_void)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.getenv.html b/libc/funcs/c95/stdlib/fn.getenv.html new file mode 100644 index 0000000..b733b4b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.getenv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::getenv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::getenv + + [] + + [src]

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

libc::funcs::c95::stdlib::labs + + [] + + [src]

+
pub unsafe extern fn labs(i: c_long) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.malloc.html b/libc/funcs/c95/stdlib/fn.malloc.html new file mode 100644 index 0000000..d257ad1 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.malloc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::malloc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::malloc + + [] + + [src]

+
pub unsafe extern fn malloc(size: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.rand.html b/libc/funcs/c95/stdlib/fn.rand.html new file mode 100644 index 0000000..705326a --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.rand.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::rand - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::rand + + [] + + [src]

+
pub unsafe extern fn rand() -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.realloc.html b/libc/funcs/c95/stdlib/fn.realloc.html new file mode 100644 index 0000000..c1f287b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.realloc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::realloc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::realloc + + [] + + [src]

+
pub unsafe extern fn realloc(p: *mut c_void, size: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.srand.html b/libc/funcs/c95/stdlib/fn.srand.html new file mode 100644 index 0000000..e4f5d6c --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.srand.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::srand - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::srand + + [] + + [src]

+
pub unsafe extern fn srand(seed: c_uint)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.strtod.html b/libc/funcs/c95/stdlib/fn.strtod.html new file mode 100644 index 0000000..fc91fa5 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.strtod.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::strtod - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::strtod + + [] + + [src]

+
pub unsafe extern fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.strtol.html b/libc/funcs/c95/stdlib/fn.strtol.html new file mode 100644 index 0000000..1dd9a02 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.strtol.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::strtol - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::strtol + + [] + + [src]

+
pub unsafe extern fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.strtoul.html b/libc/funcs/c95/stdlib/fn.strtoul.html new file mode 100644 index 0000000..84bce3b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.strtoul.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::strtoul - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::strtoul + + [] + + [src]

+
pub unsafe extern fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.system.html b/libc/funcs/c95/stdlib/fn.system.html new file mode 100644 index 0000000..7a7c8d0 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.system.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::system - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::system + + [] + + [src]

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

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

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
_exit + +
abs + +
atexit + +
atof + +
atoi + +
calloc + +
exit +

Exits the running program in a possibly dangerous manner.

+ +
free + +
getenv + +
labs + +
malloc + +
rand + +
realloc + +
srand + +
strtod + +
strtol + +
strtoul + +
system + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/sidebar-items.js b/libc/funcs/c95/stdlib/sidebar-items.js new file mode 100644 index 0000000..103f2ab --- /dev/null +++ b/libc/funcs/c95/stdlib/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["_exit",""],["abs",""],["atexit",""],["atof",""],["atoi",""],["calloc",""],["exit","Exits the running program in a possibly dangerous manner."],["free",""],["getenv",""],["labs",""],["malloc",""],["rand",""],["realloc",""],["srand",""],["strtod",""],["strtol",""],["strtoul",""],["system",""]]}); \ No newline at end of file -- cgit v1.2.3