/* ISC license. */ #include #include size_t str_fmt (char *d, char const *s) { return strn_fmt(d, s, strlen(s)) ; }