summaryrefslogtreecommitdiff
path: root/src/stdio/BUFSIZ.c
blob: c1b315c4444b29202f4744e053c0cb55897848b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdio.h>
#define BUFSIZ                                                            (4096)

/** default buffer size **/

/***
is the buffer size used when buffering is adjusted with FUNCTION(setbuf).
***/

/*
VALUE_MIN(256)
*/
/*
STDC(1)
*/