/* ISC license. */ #include #include int str_start (char const *s, char const *t) { return !strncmp(s, t, strlen(t)) ; }