update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / ftell.c
index ddc4c8d..93c048c 100644 (file)
@@ -8,6 +8,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 long ftell(FILE *f)
 {
   long tres;