blob: 05f5fc2e3a7b92e01737d10ebedd20ba91883c34 [file] [log] [blame]
#include <stdlib.h>
void
myexit (int status)
{
exit (status);
}