]> pd.if.org Git - pdclib/blobdiff - functions/stdio/getc.c
Whitespace cleanups.
[pdclib] / functions / stdio / getc.c
index a459c22abbc50fd3a35c7b01ceb33e861bfce980..3d082b3213db4162f37972f9da160afe9eb1e74e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getc( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,7 +16,8 @@ int getc( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {