update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / eof.c
index 344e7eb..448df7d 100644 (file)
@@ -1,6 +1,9 @@
 #include <windows.h>
 #include <msvcrt/io.h>
 
+/*
+ * @implemented
+ */
 int _eof( int _fd )
 {
        int cur_pos = _lseek(_fd, 0, SEEK_CUR);