Function scip_sys::SCIPescapeString
source · pub unsafe extern "C" fn SCIPescapeString(
t: *mut c_char,
bufsize: c_int,
s: *const c_char
)Expand description
translates the given string into a string where symbols “, ’, and spaces are escaped with a \ prefix