Function scip_sys::SCIPmessageVFPrintInfo
source · pub unsafe extern "C" fn SCIPmessageVFPrintInfo(
messagehdlr: *mut SCIP_MESSAGEHDLR,
file: *mut FILE,
formatstr: *const c_char,
ap: va_list
)Expand description
prints a message into a file, acting like the vfprintf() command