B
Baron Samedi
I have been searching, unsuccessfully, for a program which will parse
header files and generate stubs for all external declarations
(classes, functions, <shudder> global variables).
I want this so that I can generate dummies for interfacing software,
for unit testing. As I say, I haven't found it, so it looks like I
will have to code my own.
Before I reinvent the wheel, does anyone know of any freely available
software to parse header files?
Thanks in advance.
header files and generate stubs for all external declarations
(classes, functions, <shudder> global variables).
I want this so that I can generate dummies for interfacing software,
for unit testing. As I say, I haven't found it, so it looks like I
will have to code my own.
Before I reinvent the wheel, does anyone know of any freely available
software to parse header files?
Thanks in advance.