Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uplink(fix): Use
c_char
for char
FFI
`char` in C maps to different types in x86 vs. ARM (`i8` vs `u8`). This may affect other architectures as well. Use `c_char` for FFI instead to avoid compile errors on different architectures.
- Loading branch information