Unreliable Guide To Hacking The Linux Kernel | ||
---|---|---|
<<< Previous | Routines and Conventions | Next >>> |
It is generally considered cleaner to use macros in header files (or at the top of .c files) to abstract away functions rather than using `#if' pre-processor statements throughout the source code.
<<< Previous | Home | Next >>> |
C++ | Up | Putting Your Stuff in the Kernel |