5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
10 #include <_PDCLIB_glue.h>
14 void _Exit( int status )
16 /* TODO: Flush and close open streams. Remove tmpfile() files. */
17 _PDCLIB_Exit( status );
23 #include <_PDCLIB_test.h>
27 int UNEXPECTED_RETURN = 0;
29 TESTCASE( UNEXPECTED_RETURN );