/* * strxspn.h */ #ifndef STRXSPN_H #define STRXSPN_H #include extern size_t __strxspn(const char *s, const char *map, int parity); #endif