______ __ _ _ _
The | ____ | \ | | |
|_____| | \_| |_____|
____ ____ ___ _ _ _ ____ ____ ___ ____ _ _ ___ ____ ____ ___ ____
| | | | \ | |\ | | __ [__ | |__| |\ | | \ |__| |__/ | \ [__
|___ |__| |__/ | | \| |__] ___] | | | | \| |__/ | | | \ |__/ ___]
-------------------> gopher.fnord.one:70/1/Mirrors/GNU/CodingStandards/
The GNU Coding Standards are introduced as an
> attempt to make the GNU system clean, consistent,
> and easy to install. This document can also be read
> as a guide to writing portable, robust and reliable
> programs. It focuses on programs written in C, but
> many of the rules and principles are useful even if
> you write in another programming language.
Source: https://www.gnu.org/prep/, 2019-03-12.
(TXT) GNU Coding Standards
The GNU Coding Standards as a 216K ASCII document.
Last updated: February 19, 2019.
Please mind the respective copyright notes!
## Sources
(HTM) </www> https://www.gnu.org/prep/standards/standards.txt
Original copy of the document.
Last access: Tue Mar 12 22:30:16 UTC 2019.
(HTM) </www> https://www.gnu.org/prep/standards/
The GNU coding standards in various other formats.
Last access: Tue Mar 12 22:30:16 UTC 2019
(HTM) </www> https://www.gnu.org/prep/
The GNU organizational documents.
Last access: Tue Mar 12 22:30:16 UTC 2019.
## Additional Context And Background Information
(TXT) Gopherpedia: GNU Coding Standards
Wikipedia: About the GNU Coding Standards (via Gopherpedia)
(HTM) </www> https://en.wikipedia.org/wiki/GNU_Coding_Standards
Wikipedia: About the GNU Coding Standards (via Gopherpedia)
(HTM) </www> https://www.kernel.org/doc/html/v4.10/process/coding-style.html
Linux kernel coding style.
(TXT) Gopherpedia: Coding Conventions
About Coding Conventions