X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fio%2Feof.c;h=448df7de04a10f3e4ff7da4d6d9b608029ba5cb5;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=344e7ebb15a514bd498d9978db530709748980e9;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/lib/crtdll/io/eof.c b/lib/crtdll/io/eof.c index 344e7eb..448df7d 100644 --- a/lib/crtdll/io/eof.c +++ b/lib/crtdll/io/eof.c @@ -1,6 +1,9 @@ #include #include +/* + * @implemented + */ int _eof( int _fd ) { int cur_pos = _lseek(_fd, 0, SEEK_CUR);