These macros are used by the function setvbuf
.
Indicates full buffering.
Include
<stdio.h>
Indicates line buffering.
Include
<stdio.h>
Indicates no buffering.
Include
<stdio.h>
An integer constant expression defining the size of the buffer used by
setbuf
.
Include
<stdio.h>