This is a program to convert C/C++ headers to empty implementation stubs.
It is run like this:
header [-xxx] header_files
where xxx is the desired C extension. The default is cpp.

Header.h Here's the original header file.

Header.C Here's where all the action takes place.

tommut@elwood: 40% header Header.h
Header.cpp Here's the resulting file when I ran the program on the above header (header.h) file.