This is done.c in view mode; [Download] [Up]
/* done.c - terminate the program */
#include "../h/mh.h"
void done (status)
register int status;
{
exit (status);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.