MCPcopy Create free account
hub / github.com/DFHack/dfhack / addChunk_IEND

Function addChunk_IEND

depends/lodepng/lodepng.cpp:5186–5188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5184}
5185
5186static unsigned addChunk_IEND(ucvector* out) {
5187 return lodepng_chunk_createv(out, 0, "IEND", 0);
5188}
5189
5190#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
5191

Callers 1

lodepng_encodeFunction · 0.85

Calls 1

lodepng_chunk_createvFunction · 0.85

Tested by

no test coverage detected