#include #include size_t strspn(const char *s, const char *accept) { size_t l=0; int a=1,i,al=strlen(accept); while((a)&&(*s)) { for(a=i=0;(!a)&&(i