SCIPstrAtStart

Function SCIPstrAtStart 

Source
pub unsafe extern "C" fn SCIPstrAtStart(
    s: *const c_char,
    t: *const c_char,
    tlen: usize,
) -> c_uint
Expand description

checks whether a given string t appears at the beginning of the string s (up to spaces at beginning)