diff options
Diffstat (limited to 'src/stdio/SEEK_END.c')
-rw-r--r-- | src/stdio/SEEK_END.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> #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) */ |