strstr
Module: ecereCOM
char * strstr(const char *, const char *)Description
Search for the occurence of a string in another (case sensitive, see SearchString() for case insensitive)Parameters
| |
const char * |
(null) |
| |
const char * |
(null) |
| |
| Return Value |
char * |