7 lines
67 B
C
7 lines
67 B
C
#include <stdlib.h>
|
|
|
|
void
|
|
myexit (int status)
|
|
{
|
|
exit (status);
|
|
}
|