On Sun, 3 Aug 2008 09:37:56 +0200
Borislav Petkov <petkovbb@googlemail.com> wrote:
Please don't stuff large important pieces of code in header files where
they will be overlooked
NAK this.
I'm happy to have a shared library directory for ATA stuff, containing
useful C code, but hiding stuff in headers like that is just plain wrong.
--