Function SCIPprintSysError

Source
pub unsafe extern "C" fn SCIPprintSysError(message: *const c_char)
Expand description

prints an error message containing of the given string followed by a string describing the current system error; prefers to use the strerror_r method, which is threadsafe; on systems where this method does not exist, NO_STRERROR_R should be defined (see INSTALL), in this case, srerror is used which is not guaranteed to be threadsafe (on SUN-systems, it actually is)