update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / fseek.c
index 0c7707e..664c428 100644 (file)
@@ -9,6 +9,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int fseek(FILE *f, long offset, int ptrname)
 {
   long p = -1;                 /* can't happen? */