summaryrefslogtreecommitdiff
path: root/src/stdio/SEEK_CUR.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/SEEK_CUR.c')
-rw-r--r--src/stdio/SEEK_CUR.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdio/SEEK_CUR.c b/src/stdio/SEEK_CUR.c
deleted file mode 100644
index efa117f8..00000000
--- a/src/stdio/SEEK_CUR.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#define SEEK_CUR (1)
-
-/** seek forward **/
-
-/***
-is used as the ARGUMENT(whence) argument to FUNCTION(fseek) to indicate that
-seeking should begin at the current file position and move forward.
-***/
-
-/*
-STDC(1)
-*/