C Como encontrar substring na string

if (strstr(sent, word) != NULL) {
    /* ... */
}
jazzberry