Go to the source code of this file.
Functions | |
char * | strstr_noquotation (const char *str1, const char *str2) |
char* strstr_noquotation | ( | const char * | str1, |
const char * | str2 | ||
) |
The strstr_noquotation() function returns a pointer to the first occurrence in the string pointed to by str1, excluding parts that are inside quotation marks "" or '', of the string pointed to by str2.
str1 | ponter to string |
str2 | pointer to string |
Referenced by iftRead().