#include #include char * _strspnp( const char * str1, const char * str2) { return NULL; }