home · contact · privacy
err_exit() now prints errno message, too.
[plomrogue] / src / rexit.c
2013-08-25 Christian Hellererr_exit() now prints errno message, too.
2013-08-24 Christian HellerAdded generic default error message to exit_err().
2013-08-21 Christian HellerAdded newline to end of error messages.
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerMove checking for error results into exit_err(), out...
2013-08-14 Christian HellerMade game exiting and cleaning up more flexible. Provid...