5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
13 #include <_PDCLIB_glue.h>
15 void _Exit( int status )
17 /* TODO: Flush and close open streams. Remove tmpfile() files. Make this
18 called on process termination automatically.
20 _PDCLIB_Exit( status );
26 #include <_PDCLIB_test.h>
30 int UNEXPECTED_RETURN = 0;
32 TESTCASE( UNEXPECTED_RETURN );