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

Function str_byte_next

src/base/str.cpp:940–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940static unsigned char str_byte_next(const char **ptr)
941{
942 unsigned char byte_value = **ptr;
943 (*ptr)++;
944 return byte_value;
945}
946
947static void str_byte_rewind(const char **ptr)
948{

Callers 1

str_utf8_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected