diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-22 07:06:10 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-22 07:06:10 -0800 |
| commit | 5f0295492ea93e6a89cdb0202afa611d8241e478 (patch) | |
| tree | 0d6612f6b7bb9958396a1c404ad1889213f5e641 /Documentation/CodingStyle | |
| parent | 66c7f95abfddaa2bee02e7354b8c92a7eee8887f (diff) | |
[PATCH] Fixes to CodingStyle
From: Xose Vazquez Perez <xose@wanadoo.es>
Even master's books bring errors :-). URL has the errata and more
information about the books
Diffstat (limited to 'Documentation/CodingStyle')
| -rw-r--r-- | Documentation/CodingStyle | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 51b6b2902fe3..dcef6d52de2c 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -411,13 +411,19 @@ The C Programming Language, Second Edition by Brian W. Kernighan and Dennis M. Ritchie. Prentice Hall, Inc., 1988. ISBN 0-13-110362-8 (paperback), 0-13-110370-9 (hardback). +URL: http://cm.bell-labs.com/cm/cs/cbook/ The Practice of Programming -Brian W. Kernighan, Rob Pike -Addison-Wesley, 1999, ISBN 0-201-61586-X +by Brian W. Kernighan and Rob Pike. +Addison-Wesley, Inc., 1999. +ISBN 0-201-61586-X. +URL: http://cm.bell-labs.com/cm/cs/tpop/ GNU manuals - where in compliance with K&R and this text - for cpp, gcc, -gcc internals and indent, all available from www.gnu.org. +gcc internals and indent, all available from http://www.gnu.org + +WG14 is the international standardization working group for the programming +language C, URL: http://std.dkuug.dk/JTC1/SC22/WG14/ -- Last updated on 16 February 2004 by a community effort on LKML. |
