aboutsummaryrefslogtreecommitdiff
path: root/include/unicode/string.h
blob: c2a99c139ea0baa278d890be1ef8343e9f38a8d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MLIB_UNICODE_STRING_H
#define MLIB_UNICODE_STRING_H

#include <stddef.h>

#include "__charN_t.h"
#include "__u8view.h"

size_t u8glen(const char8_t *, size_t);
size_t u8gnext(struct u8view *, const char8_t **, size_t *);

#endif /* !MLIB_UNICODE_STRING_H */