Kernel - Commenting changes only
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / utf8.h
1 /*
2  * Acess2 GUI (AxWin) Version 3
3  * - By John Hodge (thePowersGang)
4  *
5  * utf8.h
6  * - UTF-8 Parsing header
7  */
8 #ifndef _UTF8_H_
9 #define _UTF8_H_
10
11 #include <stdint.h>
12
13 extern int      ReadUTF8(const char *Input, uint32_t *Val);
14 extern int      ReadUTF8Rev(const char *Base, int Offset, uint32_t *Val);
15 extern int      WriteUTF8(char *buf, uint32_t Val);
16
17 #endif
18

UCC git Repository :: git.ucc.asn.au