#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "include/quots.h"
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().