The C code for my CS1541 Term Project
It requires two files:
- A text file to search in.
- A CSV file of patterns.
The pattern file needs to be a single line, or some patterns will be skipped (I do NOT strip newlines). It also should be an even number of patterns, so that replace can work properly.