|
@@ -1,76 +0,0 @@
|
|
|
-/* automatically generated by rust-bindgen */
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isalnum(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isalpha(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isascii(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn iscntrl(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isdigit(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isgraph(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn islower(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isprint(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn ispunct(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isspace(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isupper(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn isxdigit(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn toascii(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn tolower(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|
|
|
-
|
|
|
-#[no_mangle]
|
|
|
-pub extern "C" fn toupper(c: libc::c_int) -> libc::c_int {
|
|
|
- unimplemented!();
|
|
|
-}
|