Module playdate_sys::ffi
source · Expand description
Structs
- Preferred
CStrto use. Representation of a borrowed C string. - Preferred
CStringto use. A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle. - Errors which can occur when attempting to interpret a sequence of [
u8] as a string.