update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / telli64.c
index 5b03d88..9f584d8 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 __int64 _telli64(int _file)
 {
     return _lseeki64(_file, 0, SEEK_CUR);