Function CSTL_string_at

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

Returns a pointer to the character at pos.

If pos >= CSTL_string_length(instance) a null pointer is returned.