logo_kerberos.gif

Difference between revisions of "Coding style/C"

From K5Wiki
Jump to: navigation, search
(upper level C coding style page including some external links)
 
 
Line 1: Line 1:
The '''C Coding style''' described here is based on the BSD coding style, with some additional elements from the GNU coding standards and the SunOS coding standards.
 
  +
This page exists to archive its Talk page. The actual content has been moved to [[Coding style]].
 
* [[Coding style/C/Formatting|Formatting]]
 
* [[Coding style/C/Practices|Practices]]
 
 
== External links ==
 
 
* [http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/share/misc/style?rev=HEAD NetBSD <code>/usr/share/misc/style</code>] [http://cvsweb.netbsd.org/bsdweb.cgi/src/share/misc/style (log)]
 
* [http://www.gnu.org/prep/standards/ GNU coding standards]
 
* [http://opensolaris.org/os/community/documentation/getting_started_docs/cstyle.ms.pdf C Style and Coding Standards for SunOS]
 

Latest revision as of 14:53, 14 April 2008

This page exists to archive its Talk page. The actual content has been moved to Coding style.