Function strnicmp

Top 

Declaration:

int strnicmp(char dest[], char src[], int n, int dest_index=0, int src_index=0);

The same as strncmpi.