summaryrefslogtreecommitdiffstats
path: root/fgetc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fgetc.c')
-rw-r--r--fgetc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fgetc.c b/fgetc.c
index 4aaffeb..98c7f6a 100644
--- a/fgetc.c
+++ b/fgetc.c
@@ -1,10 +1,10 @@
-#include <stdio.h>
-#include "fgetc.h"
-
/* ************************************************************************ */
/* Custom fgetc/ungetc implementation able to unget more than one character */
/* ************************************************************************ */
+#include <stdio.h>
+#include "fgetc.h"
+
enum
{
GETC_BUFF_SIZE = 16