]> pd.if.org Git - pdclib/blobdiff - functions/stdio/puts.c
Whitespace cleanups.
[pdclib] / functions / stdio / puts.c
index ec67478ddace2d36a2d303c8e3943d71b4955891..aa759dc17839d539d4bd936267c0e6ff09967970 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* puts( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,7 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 extern char * _PDCLIB_eol;
 
@@ -45,7 +44,8 @@ int puts( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -65,4 +65,3 @@ int main( void )
 }
 
 #endif
-