view sbr/done.c @ 8:77780b728543 current-release **INVALID**

remove CR in base64
author kono
date Sun, 04 Dec 2005 02:34:48 +0900
parents bce86c4163a3
children
line wrap: on
line source

/* done.c - terminate the program */

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


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