mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
docs: update memory stream test link
This commit is contained in:
parent
d69cb0a539
commit
71b51859cb
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ mz_zip_delete(&zip_handle);
|
|||
mz_stream_mem_delete(&mem_stream);
|
||||
```
|
||||
|
||||
For a complete example, see test_stream_mem() in [test.c](https://github.com/nmoinvaz/minizip/blob/master/test/test.c).
|
||||
For examples of memory stream usage, see [test/test_stream.cc](https://github.com/zlib-ng/minizip-ng/blob/develop/test/test_stream.cc).
|
||||
|
||||
### Buffered Stream
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue