]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/fillbuffer.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / fillbuffer.c
index 1d450259e55ee8721b3a92b0172ec8a77cd20869..0e1b0e39cec1ee678b1fc9b09f4ceddb44fc4be5 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
+/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -13,7 +11,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
 
@@ -67,7 +66,8 @@ int _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -76,4 +76,3 @@ int main( void )
 }
 
 #endif
-