#ifndef MY_STRSPN_H #define MY_STRSPN_H #include size_t my_strspn(const char *s, const char *accept); #endif /* ! MY_STRSPN_H */