7 This file is part of the Public Domain C Library (PDCLib).
8 Permission is granted to use, modify, and / or redistribute at will.
11 #define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
12 #include <_PDCLIB_config.h>
16 void _Exit( int status )
18 /* TODO: Flush and close open streams. Remove tmpfile() files. */
19 _PDCLIB_Exit( status );
25 #include <_PDCLIB_test.h>
30 /* TODO: Add testdrivers after flush / close / tmpfile is implemented. */