summaryrefslogtreecommitdiff
path: root/src/stdio/_IONBF.c
blob: aa88cb9b70fd6f85dd275020c501bf55c255d1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
#define _IONBF                                                               (3)

/** no buffering **/

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