#include #include void main() { printf( "%s\n", strspnp( "out to lunch", "aeiou" ) ); printf( "%s\n", strspnp( "out to lunch", "xyz" ) ); }