Files
crosspoint-reader/lib/Utf8/Utf8.h

6 lines
92 B
C
Raw Normal View History

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