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