| 168 | } |
| 169 | |
| 170 | static void uivector_init(uivector* p) |
| 171 | { |
| 172 | p->data = NULL; |
| 173 | p->size = p->allocsize = 0; |
| 174 | } |
| 175 | |
| 176 | #ifdef LODEPNG_COMPILE_ENCODER |
| 177 | /*returns 1 if success, 0 if failure ==> nothing done*/ |
no outgoing calls
no test coverage detected