summaryrefslogtreecommitdiff
path: root/src/stdio/_IOFBF.h
blob: 3f0714ff5a75a56a51519e95ab545fb462b61421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define _IOFBF                                                               (1)

/** full buffering **/

/***
is used as the ARGUMENT(mode) in calls to FUNCTION(setvbuf) to indicate that
a stream should be fully buffered.
***/

/*
STDC(1)
*/