]> pd.if.org Git - pdclib/blobdiff - functions/stdio/setvbuf.c
Comment cleanups.
[pdclib] / functions / stdio / setvbuf.c
index ecb0be5e20f7a4063100f2ac8456e747f92f2dbd..650a8505518fb5a6e77b00723882d9967bad7b75 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* setvbuf( FILE *, char *, int, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -21,7 +19,6 @@ int setvbuf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, char * _PDCLIB_res
                we don't want to e.g. flush the stream for every character of a
                stream being printed.
             */
-            /* TODO: Check this */
             break;
         case _IOFBF:
         case _IOLBF: