Constant rusty_bind_parser::cpp::templates::TYPEDEFS
source · pub const TYPEDEFS: &str = r#"
typedef unsigned int usize;
typedef int isize;
typedef unsigned long long u64;
typedef unsigned int u32;
typedef unsigned short u16;
typedef unsigned char u8;
typedef long long i64;
typedef int i32;
typedef short i16;
typedef char i8;
typedef float f32;
typedef double f64;
"#;