Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

C how to find substring in string

if (strstr(sent, word) != NULL) {
    /* ... */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #C #find #substring #string
ADD COMMENT
Topic
Name
8+9 =