Re: Processor for header files.

2008-02-02 Thread Ollie Wild
On Feb 1, 2008 9:03 PM, James Courtier-Dutton <[EMAIL PROTECTED]> wrote: > > Can anyone point me to which part of the gcc source tree does the > task, and also what format the data is stored in once processed. The preprocessor is implemented by cpplib. Take a look at the code in libcpp as well as

Processor for header files.

2008-02-01 Thread James Courtier-Dutton
Hi, I am writing a decompiler for lib or .o files. For the application developer, one would have the lib or .o file and a .h file that would identify the api for the application developer to use to make use of the lib or .o file. For my decompiler, I therefore need to be able to process the .h fil