factor out parser code into a standalone, reusable module
commit33839117e10bba8283971166f0cd2ea19aefd6c5
authorrofl0r <retnyg@gmx.net>
Tue, 16 Oct 2012 02:57:36 +0000 (16 04:57 +0200)
committerrofl0r <retnyg@gmx.net>
Tue, 16 Oct 2012 02:57:36 +0000 (16 04:57 +0200)
treed09b867ccd8166b5558ab7891ef73992ae5b1e25
parent17f5f59f32ab899c5f41f12ff28c221e74f97822
factor out parser code into a standalone, reusable module

... and add a demo app using it. this one was used to find
C files that define functions that are specified in headers
in an attempt to find and disable libc replacement functions
in gnulib and libiberty.
CParser-test.pl [new file with mode: 0755]
CParser.pm [new file with mode: 0644]
find-in-headers.pl [new file with mode: 0755]