]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/_Exit.c
Tweaking _PDCLIB_test.h.
[pdclib] / functions / stdlib / _Exit.c
index d5b31f804ca1dac28331def05604bfff57544113..14fdb5b9c0fc677df568a429a41eb55474ffffad 100644 (file)
@@ -8,7 +8,8 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <stdlib.h>
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+#include <_PDCLIB_config.h>
 
 #ifndef REGTEST
 
@@ -24,7 +25,6 @@ void _Exit( int status )
 
 int main()
 {
-    int NO_TESTDRIVER = 0;
     BEGIN_TESTS;
     TESTCASE( NO_TESTDRIVER );
     return TEST_RESULTS;