#ifndef SYSTEM_UTF8_H #define SYSTEM_UTF8_H size_t utf8len(const char* s); #endif