mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
7 lines
126 B
C
7 lines
126 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
#include <uchar.h>
|
|
|
|
size_t c32len(const char32_t *s);
|
|
char32_t *ambstoc32(const char *src);
|