An algorithm to find diff's?
Hi,I've been looking for a C implementation of a difference algorithm (like the one used in the diff command). I've used Python's difflib, but its written in Python. I want it in C to add it to the PHP source code.
Also, if anybody have an algorithm described, It'll try to implement it, but thats gonna cost me more time.
Thanks in advance
