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