ftp.nice.ch/pub/next/unix/mail/mh.6.7.s.tar.gz#/mh/sbr/done.c

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.