nshell/src/utf8.h

7 lines
128 B
C

#ifndef UNS_UTF8_H
#define UNS_UTF8_H
int charlen_utf8(char c);
int strlen_utf8(const char *str);
#endif // #ifndef UNS_UTF8_H