MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Decode85Byte

Function Decode85Byte

Dependencies/ImGui/src/imgui_draw.cpp:2624–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2622static unsigned int stb_decompress_length(const unsigned char* input);
2623static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length);
2624static unsigned int Decode85Byte(char c) { return c >= '\\' ? c-36 : c-35; }
2625static void Decode85(const unsigned char* src, unsigned char* dst)
2626{
2627 while (*src)

Callers 1

Decode85Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected