1#include <stdlib.h>
2
3void
4myexit (int status)
5{
6  exit (status);
7}
8