]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/exit.c
Whitespace cleanups.
[pdclib] / functions / stdlib / exit.c
index 2dbb35c600f37c8f9ce846f8b761ef02065708d7..b922cb01b7d80b0f3ff0d97ec03769d2514cc91b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -34,7 +32,8 @@ void exit( int status )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {