C Comment trouver la sous-chaîne en chaîne

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