#pragma once #include size_t utf8_codepoint_size(char32_t codepoint); char *utf8_write_codepoint(char *str, char32_t codepoint);