Make c++ code buildable.
[aho.git] / README
1 This program was made by me to pass one of courses on my former University.
2 It was originally written in C++, but I've decided to rewrite it to the plain C.
3 As I'm the original author and owner of this code I make it public for everyone.
4 I hope that it will be useful for you.
5
6 Description
7 -----------
8 Aho-Corasick library, search for given words using the fastest algorithm on Earth.