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

/** line buffering **/

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

/*
STDC(1)
*/