6 lines
92 B
C
Raw Permalink Normal View History

2025-12-03 22:00:29 +11:00
#pragma once
#include <cstdint>
uint32_t utf8NextCodepoint(const unsigned char** string);