Code:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Code:
                        if (nC!=1 && nI==1 && stricmp(buffer, SearchString))
                                if (nN!=1)
                                        printf ("%s", buffer);
                                else
                                        printf ("%d: %s", Total_Line_Counter, buffer);
Platform Fedora Linux GCC

Error:
/tmp/cc01xP9R.o(.text+0x427): In function `main':
: undefined reference to `stricmp'
collect2: ld returned 1 exit status