Functions
quots.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "include/quots.h"
Include dependency graph for quots.c:

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().