Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/ll/error.c
#include "ll.h" void errorexit(void) { if(nerrors) { if(cout >= 0) remove(outfile); exits("error"); } exits(0); }