diff options
Diffstat (limited to 'src/stdio/_IOFBF.c')
-rw-r--r-- | src/stdio/_IOFBF.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/_IOFBF.c b/src/stdio/_IOFBF.c index 659b787d..3f0714ff 100644 --- a/src/stdio/_IOFBF.c +++ b/src/stdio/_IOFBF.c @@ -1,4 +1,3 @@ -#include <stdio.h> #define _IOFBF (1) /** full buffering **/ @@ -7,6 +6,7 @@ is used as the ARGUMENT(mode) in calls to FUNCTION(setvbuf) to indicate that a stream should be fully buffered. ***/ + /* STDC(1) */ |