sorta kinda working on strings for cmenu. being lazy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef UTF
|
||||
#define UTF
|
||||
|
||||
typedef uint32_t CodePoint;
|
||||
|
||||
int CodePointsFromUtf8String(char const *str, CodePoint *target, unsigned int max);
|
||||
|
||||
#endif // UTF
|
||||
|
||||
Reference in New Issue
Block a user