10 lines
207 B
Plaintext
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
|