Skip to content

Commit 4de0ca8

Browse files
Robert P. J. Daygregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 82244b1 commit 4de0ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/HOWTO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ are not a good substitute for a solid C education and/or years of
3030
experience, the following books are good for, if anything, reference:
3131
- "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
3232
- "Practical C Programming" by Steve Oualline [O'Reilly]
33+
- "C: A Reference Manual" by Harbison and Steele [Prentice Hall]
3334

3435
The kernel is written using GNU C and the GNU toolchain. While it
3536
adheres to the ISO C89 standard, it uses a number of extensions that are

0 commit comments

Comments
 (0)