> Does anyone know how to force GCC to order functions in
> memory in the order
> in which they are declared in the source file?
I thought it had a tendency to do that anyway?
Unless of course the functions are forced into different sections.
I've seen code that relies on this behaviour and it even works :)
Kriss