msvcrt: Add test for fread/feof.
authorPeter Beutner <p.beutner@gmx.net>
Fri, 17 Feb 2006 16:37:40 +0000 (17:37 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Feb 2006 16:37:40 +0000 (17:37 +0100)
commitb786ea588c88f2ebef8e1fb84d5f00c5ad539988
tree04df65a7152ce582375f8476dc466ff4589f903c
parent916c4b6b8c2e32645b652299b9461b565e9a1de3
msvcrt: Add test for fread/feof.
When calling fread() with a large enough buffer to reach the end of
the file a subsequent feof() should return true; (marked as todo_wine
because it doesn't work atm).
dlls/msvcrt/tests/file.c