Support c_void*

This commit is contained in:
Kartikaya Gupta
2017-04-04 12:04:56 -04:00
parent 39ca640b03
commit 875e881221
+1
View File
@@ -33,6 +33,7 @@ fn map_path(p: &Path) -> String {
"u8" => "uint8_t".to_string(),
"u32" => "uint32_t".to_string(),
"f32" => "float".to_string(),
"c_void" => "void".to_string(),
_ => l,
}
}