MCPcopy Create free account
hub / github.com/ddnet/ddnet / str_byte_rewind

Function str_byte_rewind

src/base/str.cpp:947–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947static void str_byte_rewind(const char **ptr)
948{
949 (*ptr)--;
950}
951
952int str_utf8_decode(const char **ptr)
953{

Callers 1

str_utf8_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected