X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fcommon%2Frexit.h;h=15c39b93732ab888498849de9cf94658ca6a6adf;hb=f6445615b0b81a83ef75cc4774bac992bac234bb;hp=3095cf84234d3c29bb2a0ff1ccb6e7f4643cdc54;hpb=1a8b80508bc0bc6d9e9d3f8c48a8c7c40675c61f;p=plomrogue diff --git a/src/common/rexit.h b/src/common/rexit.h index 3095cf8..15c39b9 100644 --- a/src/common/rexit.h +++ b/src/common/rexit.h @@ -13,9 +13,8 @@ extern void set_cleanup_func(void (* f)()); /* If "err" == 0, do nothing. Else, clean up and exit with an error message that - * consists, first, of "msg" or (if "msg" is a NULL pointer) a generic "Details - * unknown", secondly of "err" as the "internal error code", and thirdly of - * errno if it is non-zero. + * consists of "msg" or (if "msg" is NULL pointer) a generic "Details unknown" + * and of errno's content (if it is non-zero). */ extern void exit_err(int err, char * msg);