Function Emojicode_stringToCString

Source
pub unsafe extern "C" fn Emojicode_stringToCString(
    str: *mut Emojicode_Object,
) -> *const c_char
Expand description

Converts the string to a UTF8 char array and returns it. @warning The returned pointer points into an object allocated by the Emojicode memory manager. It must not be free’d and will not survive the imminent garbage collector cycle.