mintaka-hal 0.0.3

Mintaka HAL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) TribuFu. All Rights Reserved.

pub use libc::c_char;
pub use libc::c_double;
pub use libc::c_float;
pub use libc::c_int;
pub use libc::c_long;
pub use libc::c_longlong;
pub use libc::c_schar;
pub use libc::c_short;
pub use libc::c_uchar;
pub use libc::c_uint;
pub use libc::c_ulong;
pub use libc::c_ulonglong;
pub use libc::c_ushort;
pub use libc::wchar_t;