I have a problem where i want to compare strings, however the comparison cant be case sensitive. I have tried to use
stricmp
strnicmp
strcmpi
They do not seem to be part of the <string> or <cstring> libraries on my compiler. I am using the GNU compiler. Is there a function that will do this?