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