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

Function LodePNGText_init

depends/lodepng/lodepng.cpp:2878–2882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2876/******************************************************************************/
2877
2878static void LodePNGText_init(LodePNGInfo* info) {
2879 info->text_num = 0;
2880 info->text_keys = NULL;
2881 info->text_strings = NULL;
2882}
2883
2884static void LodePNGText_cleanup(LodePNGInfo* info) {
2885 size_t i;

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected