I've had someone request something and I want to show them how cool
coccinnelle is. If only I were smart enough!

There are lots of things like this:
if ((a == b) && (c != e))

which I'd like to turn in to
if (a == b && c == d) ...

anyway, is this one simple?

ron
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to