update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / tell.c
index 0e10186..b21c29b 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 off_t _tell(int _file)
 {
     return _lseek(_file, 0, SEEK_CUR);