[go: up one dir, main page]

libc

Function strspn

Source
pub unsafe extern "C" fn strspn(
    cs: *const c_char,
    ct: *const c_char,
) -> size_t