summaryrefslogtreecommitdiffstats
path: root/fgetc.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-10-10 23:47:29 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-11 01:02:41 +0200
commit2aeefb23a183f4de00bc389c21c6c5669d4b9a69 (patch)
tree263154318e7bbfe82d06c574cabd83be1888d763 /fgetc.c
parentfdc9bbedae48ef73e040b2ad0bd4d637261346f9 (diff)
Various small changes
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