3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
7 /* This is a stub implementation of _PDCLIB_Exit
13 #include "_PDCLIB_glue.h"
16 void _PDCLIB_Exit( int status )
24 #include "_PDCLIB_test.h"
28 int UNEXPECTED_RETURN = 0;
30 TESTCASE( UNEXPECTED_RETURN );