On Thu, Aug 23, 2007 at 09:47:54AM +0200, Uwe Hermann wrote:
Step 1: Move all code into *.c files, not *.h files. I don't see a reason to have them in header files.
Good stuff - but what about the inline? Might be nice to keep that for some functions that are called frequently while programming?
//Peter