| 179 | } |
| 180 | |
| 181 | static void uivector_init(uivector* p) |
| 182 | { |
| 183 | p->data = NULL; |
| 184 | p->size = p->allocsize = 0; |
| 185 | } |
| 186 | |
| 187 | #ifdef LODEPNG_COMPILE_ENCODER |
| 188 | /*returns 1 if success, 0 if failure ==> nothing done*/ |
no outgoing calls
no test coverage detected