From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/stdio/SEEK_END.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/SEEK_END.c') diff --git a/src/stdio/SEEK_END.c b/src/stdio/SEEK_END.c index 856d2074..15a56439 100644 --- a/src/stdio/SEEK_END.c +++ b/src/stdio/SEEK_END.c @@ -1,4 +1,3 @@ -#include #define SEEK_END (2) /** seek from end **/ @@ -7,6 +6,7 @@ is used as the ARGUMENT(whence) argument to FUNCTION(fseek) to indicate that seeking should begin at the end of the file and move backward. ***/ + /* STDC(1) */ -- cgit v1.2.1