From 2aeefb23a183f4de00bc389c21c6c5669d4b9a69 Mon Sep 17 00:00:00 2001 From: pgen Date: Wed, 10 Oct 2018 23:47:29 +0200 Subject: Various small changes --- fgetc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fgetc.c') diff --git a/fgetc.c b/fgetc.c index 4aaffeb..98c7f6a 100644 --- a/fgetc.c +++ b/fgetc.c @@ -1,10 +1,10 @@ -#include -#include "fgetc.h" - /* ************************************************************************ */ /* Custom fgetc/ungetc implementation able to unget more than one character */ /* ************************************************************************ */ +#include +#include "fgetc.h" + enum { GETC_BUFF_SIZE = 16 -- cgit v1.2.3