2025-12-03 22:06:45 +11:00

6 lines
92 B
C++

#pragma once
#include <cstdint>
uint32_t utf8NextCodepoint(const unsigned char** string);