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