]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdlib/getenv.c
Whitespace cleanups.
[pdclib] / platform / example / functions / stdlib / getenv.c
index 4eb70102e54614867676813e30ba6a4d8ec18184..72bbcd20bf8cfb112dfabfe64746457e23ca1f24 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -34,7 +32,8 @@ char * getenv( const char * name )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {