parent
12617004ee
commit
8f3258f1b3
4 changed files with 9 additions and 8 deletions
@ -1,6 +1,6 @@ |
||||
#ifndef _UTF8_H__ |
||||
#define _UTF8_H__ 1 |
||||
|
||||
int codepoint_to_utf8(int g, char *txt); |
||||
#include <Eina.h> |
||||
int codepoint_to_utf8(Eina_Unicode g, char *txt); |
||||
|
||||
#endif |
||||
|
Loading…
Reference in new issue