diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-01-17 04:54:07 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 10:37:13 -0800 |
commit | 4de0ca8132861a4255d0a7a991bdfab38378267c (patch) | |
tree | 429f44450a9a367ddeb5e95f83bd2e389a78f707 | |
parent | 82244b169ed2eee1ef7f97a3a6693f5a6eff8a69 (diff) | |
download | op-kernel-dev-4de0ca8132861a4255d0a7a991bdfab38378267c.zip op-kernel-dev-4de0ca8132861a4255d0a7a991bdfab38378267c.tar.gz |
HOWTO: Add a reference to Harbison and Steele
Add a reference to Harbison and Steele's C book.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | Documentation/HOWTO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index 8d51c14..48123db 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO @@ -30,6 +30,7 @@ are not a good substitute for a solid C education and/or years of 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 |