CYAML Internals
Loading...
Searching...
No Matches
src
utf8.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: ISC
3
*
4
* Copyright (C) 2018 Michael Drake <tlsa@netsurf-browser.org>
5
*/
6
12
#ifndef CYAML_UTF8_H
13
#define CYAML_UTF8_H
14
28
unsigned
cyaml_utf8_get_codepoint
(
29
const
uint8_t *s,
30
unsigned
*len);
31
42
int
cyaml_utf8_casecmp
(
43
const
void
*
const
str1,
44
const
void
*
const
str2);
45
46
#endif
cyaml_utf8_casecmp
int cyaml_utf8_casecmp(const void *const str1, const void *const str2)
Definition
utf8.c:188
cyaml_utf8_get_codepoint
unsigned cyaml_utf8_get_codepoint(const uint8_t *s, unsigned *len)
Definition
utf8.c:47
Generated by
1.9.8