terminology/src/bin/utf8.h

7 lines
88 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _UTF8_H__
#define _UTF8_H__ 1
int codepoint_to_utf8(int g, char *txt);
2014-01-06 13:29:18 -08:00
#endif