/* See LICENSE file for copyright and license details. */ #include <string.h> #include "utf.h" char * utfecpy(char *to, char *end, const char *from) { … }
/* See LICENSE file for copyright and license details. */ #include <string.h> #include "utf.h" char * utfecpy(char *to, char *end, const char *from) { … }