beard%netscape.com b28a3e004c First Checked In.
git-svn-id: svn://10.0.0.236/trunk@30541 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 14:39:20 +00:00

20 lines
220 B
C++

/*
mac_stdlib.cpp
replacement functions for the Metrowerks plugin.
by Patrick C. Beard.
*/
#include <stdio.h>
#include <stdlib.h>
// simply throw us out of here!
void std::exit(int status)
{
throw status;
}