Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

strchrnul

Function strchrnul 

Source
pub unsafe extern "C" fn strchrnul(
    s: *const c_char,
    c: c_int,
) -> *mut c_char