2 #include "error_util.h"
7 util_error_string (util_status_t errnum)
12 case UTIL_OUT_OF_MEMORY:
13 return "out of memory";
17 return strerror (errno);
19 /* we lack context to be more informative here */
22 INTERNAL_ERROR ("unexpected error status %d", errnum);