SCIPstrCopySection

Function SCIPstrCopySection 

Source
pub unsafe extern "C" fn SCIPstrCopySection(
    str_: *const c_char,
    startchar: c_char,
    endchar: c_char,
    token: *mut c_char,
    size: c_int,
    endptr: *mut *mut c_char,
)
Expand description

copies the first size characters between a start and end character of str into token, if no error occurred endptr will point to the position after the read part, otherwise it will point to @p str