#include #include int main( ){ char *s1="There is always something you miss."; char *s2="way"; printf("%s\n",strstr(s1,s2)); return (0);}