Functions
quots.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strstr_noquotation (const char *str1, const char *str2)
 

Function Documentation

◆ strstr_noquotation()

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.

Parameters
str1ponter to string
str2pointer to string
Returns
NULL pointer if no match is found.

Referenced by iftRead().