odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
7.01k stars 621 forks source link

Correct zlib usage in doc #4468

Closed Cthuflu closed 2 weeks ago

Cthuflu commented 2 weeks ago

Without the change, the result is:

Error: Undeclared name: inflate 
        err := inflate(input=ODIN_DEMO, buf=&buf, expected_output_size ...