pub unsafe extern "C" fn SCIPdispLongint(
messagehdlr: *mut SCIP_MESSAGEHDLR,
file: *mut FILE,
val: c_longlong,
width: c_int,
)Expand description
displays a long integer in decimal form fitting in a given width
pub unsafe extern "C" fn SCIPdispLongint(
messagehdlr: *mut SCIP_MESSAGEHDLR,
file: *mut FILE,
val: c_longlong,
width: c_int,
)displays a long integer in decimal form fitting in a given width