/* * done.c -- terminate the program * * $Id: done.c,v 1.1.1.1 1999-02-07 18:14:08 danw Exp $ */ #include void done (int status) { exit (status); }