4.4BSD/usr/src/contrib/mh-6.8/sbr/done.c

Compare this file to the similar file:
Show the results in this format:

/* done.c - terminate the program */

#include "../h/mh.h"


void done (status)
register int     status;
{
    exit (status);
}