Removed the CIChar type.
This commit is contained in:
@ -19,7 +19,6 @@ pub type CChar = u8;
|
||||
pub type CChar = i8;
|
||||
|
||||
|
||||
pub type CIChar = i8;
|
||||
pub type CUChar = u8;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user