space-game001/proj-web/thirdparty/libzip-1.11.3/regress/read_seek_read.test
Vladislav Khorev d1cab1f3b3 refactoring
2026-01-09 22:33:46 +03:00

10 lines
207 B
Plaintext

# read past EOF, seek to beginning, read again
return 0
arguments test.zip fopen test fread 0 10 fseek 0 0 set fread 0 5
file test.zip test.zip
stdout
opened 'test' as file 0
test
test
end-of-inline-data