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