#include #include void main() { printf( "%s\n", strstr("This is an example", "is") ); }