Hi, I'm looking at the example here
https://github.com/nmoinvaz/minizip/blob/master/doc/mz_zip_rw.md#mz_zip_reader_entry_read
but it seems there's no way to get the actual size of the entry so that we can preallocate a buffer that's sufficiently large - how do we get the information?
Hi, I'm looking at the example here
https://github.com/nmoinvaz/minizip/blob/master/doc/mz_zip_rw.md#mz_zip_reader_entry_read
but it seems there's no way to get the actual size of the entry so that we can preallocate a buffer that's sufficiently large - how do we get the information?