Function CSTL_string_front

Source
pub unsafe extern "C" fn CSTL_string_front(
    instance: CSTL_StringRef,
) -> *mut c_char
Expand description

Returns a pointer to the first character.

If CSTL_string_empty(instance) == true the behavior is undefined.