3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
10 #include "_PDCLIB_glue.h"
14 void _PDCLIB_Exit( int status )
16 ExitProcess( status );
22 #include "_PDCLIB_test.h"
27 int UNEXPECTED_RETURN = 0;
29 TESTCASE( UNEXPECTED_RETURN );