ILE C/C++ Programmer's Guide

Stream Buffering

C language only

Three buffering schemes are defined for ISO standard C streams. They are:

The ILE C compiler supports fully-buffered and line-buffered streams in the same manner, because a block and a line are equal to the record length of the opened file.

Note:
The setbuf() and setvbuf() functions do not allow you to control buffering and buffer size when using the data management system.


[ Top of Page | Previous Page | Next Page | Table of Contents ]