6 lines
83 B
C
6 lines
83 B
C
#ifndef SYSTEM_UTF8_H
|
|
#define SYSTEM_UTF8_H
|
|
|
|
size_t utf8len(const char* s);
|
|
|
|
#endif |