SCIPmessageVFPrintDialog

Function SCIPmessageVFPrintDialog 

Source
pub unsafe extern "C" fn SCIPmessageVFPrintDialog(
    messagehdlr: *mut SCIP_MESSAGEHDLR,
    file: *mut FILE,
    formatstr: *const c_char,
    ap: va_list,
)
Expand description

prints a dialog message that requests user interaction into a file, acting like the vfprintf() command