setvbuf Macros

These macros are used by the function setvbuf.

_IOFBF

Indicates full buffering.

Include

<stdio.h>

_IOLBF

Indicates line buffering.

Include

<stdio.h>

_IONBF

Indicates no buffering.

Include

<stdio.h>