@@ -2,10 +2,13 @@
#include "print.h"
#include <stdlib.h>
error_t unwrap(error_t err) {
if (!err.null) {
printfn("error: %s", err.src);
exit(err.status);
}
error_t
unwrap (error_t err)
{
if (!err.null)
printfn ("error: %s", err.src);
exit (err.status);
return err;
The note is not visible to the blocked user.