You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of c_char is different depending on the target platform. On most
platforms this is `u8`, but on Android it's `i8` instead. This caused type
mismatch errors when building for Android. Using the `libc` type alias
should fix this.
Close#571
0 commit comments