mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-16 22:27:42 +03:00
6 lines
92 B
C++
6 lines
92 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
uint32_t utf8NextCodepoint(const unsigned char** string);
|