main

VFS example that reads the file tmp.zip or one given as an argument.

The example prints the file count in the zip, the content size, and then outputs the content itself. Only recommended for small zips with text files.

Written and put into the public domain by Piotr Modzelewski.

void
main
(
char[][] args
)

Meta