pub unsafe extern "C" fn SCIPdialoghdlrGetLine(
dialoghdlr: *mut SCIP_DIALOGHDLR,
dialog: *mut SCIP_DIALOG,
prompt: *const c_char,
inputline: *mut *mut c_char,
endoffile: *mut c_uint,
) -> SCIP_RETCODEExpand description
returns the next line in the handler’s command buffer; if the buffer is empty, displays the given prompt or the current dialog’s path and asks the user for further input; the user must not free or modify the returned string