branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / eof.c
index 5fa959d..33e488f 100644 (file)
@@ -1,6 +1,9 @@
 //#include <windows.h>
 #include <msvcrt/io.h>
 
+/*
+ * @implemented
+ */
 int _eof(int _fd)
 {
   __int64 cur_pos = _lseeki64(_fd, 0, SEEK_CUR);