From rpjday@mindspring.com Wed Jan 17 02:01:19 2007 From: "Robert P. J. Day" Date: Wed, 17 Jan 2007 04:54:07 -0500 (EST) Subject: HOWTO: Add a reference to Harbison and Steele To: Cc: Greg KH Message-ID: Add a reference to Harbison and Steele's C book. Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- Documentation/HOWTO | 1 + 1 file changed, 1 insertion(+) --- gregkh-2.6.orig/Documentation/HOWTO +++ gregkh-2.6/Documentation/HOWTO @@ -30,6 +30,7 @@ are not a good substitute for a solid C experience, the following books are good for, if anything, reference: - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall] - "Practical C Programming" by Steve Oualline [O'Reilly] + - "C: A Reference Manual" by Harbison and Steele [Prentice Hall] The kernel is written using GNU C and the GNU toolchain. While it adheres to the ISO C89 standard, it uses a number of extensions that are