mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
ZLIB: Split up input from stream and memory into own code paths.
This commit is contained in:
@@ -38,7 +38,7 @@ main :: proc() {
|
||||
};
|
||||
OUTPUT_SIZE :: 438;
|
||||
|
||||
fmt.printf("size_of(Context): %v\n", size_of(compress.Context));
|
||||
fmt.printf("size_of(Context): %v\n", size_of(compress.Context_Memory_Input));
|
||||
|
||||
buf: bytes.Buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user