terminology/src/bin/utf8.h

7 lines
88 B
C

#ifndef _UTF8_H__
#define _UTF8_H__ 1
int codepoint_to_utf8(int g, char *txt);
#endif