| 4189 | } stbi__zbuf; |
| 4190 | |
| 4191 | stbi_inline static int stbi__zeof(stbi__zbuf *z) |
| 4192 | { |
| 4193 | return (z->zbuffer >= z->zbuffer_end); |
| 4194 | } |
| 4195 | |
| 4196 | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) |
| 4197 | { |
no outgoing calls
no test coverage detected