summaryrefslogtreecommitdiff
path: root/src/stdio/BUFSIZ.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/BUFSIZ.c')
-rw-r--r--src/stdio/BUFSIZ.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/stdio/BUFSIZ.c b/src/stdio/BUFSIZ.c
new file mode 100644
index 00000000..c1b315c4
--- /dev/null
+++ b/src/stdio/BUFSIZ.c
@@ -0,0 +1,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)
+*/