]> pd.if.org Git - pdclib.old/blobdiff - includes/stdio.h
Added test for interactive streams (_IOLBF / _IOFBF)
[pdclib.old] / includes / stdio.h
index 7f793903eeda607033372928a620dbc6f60ecc3f..68f1cb7de20fb0823d584d0dad068b6fbbcf69ac 100644 (file)
@@ -146,8 +146,7 @@ int fflush( struct _PDCLIB_file_t * stream );
    given.
 
    The stream is fully buffered if and only if it can be determined not to
-   refer to an interactive device. As the generic code of this implementation
-   cannot determine this, _IOLBF (line buffering) is used for all streams.
+   refer to an interactive device.
 
    If the mode string begins with but is longer than one of the above sequences
    the implementation is at liberty to ignore the additional characters, or do