]> pd.if.org Git - pdclib/blobdiff - functions/stdio/puts.c
Whitespace cleanups.
[pdclib] / functions / stdio / puts.c
index 7937c0d45ff4709511f54f16684c05962f8a4177..aa759dc17839d539d4bd936267c0e6ff09967970 100644 (file)
@@ -7,7 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 extern char * _PDCLIB_eol;
 
@@ -43,7 +44,8 @@ int puts( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -63,4 +65,3 @@ int main( void )
 }
 
 #endif
-