Skip to content

Commit 05cb182

Browse files
committed
More on C styles.
1 parent 725ddf1 commit 05cb182

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/cstyle.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,17 @@
6262
src/exams/parallel-udp/server.c: 56: line > 80 characters
6363
</pre>
6464

65-
<p>Another <b>very good C style is what the OpenBSD team uses</b>, it is very
66-
similar to the Solaris C style, there are some minor differencies. Apparently
67-
they do not provide a style checker. See the <a
68-
href="https://man.openbsd.org/style">style(9)</a> manual page for more
69-
information.
65+
<p>More C styles:
7066

71-
<p>There is also the <a
67+
<ul>
68+
<li><a
7269
href="https://www.kernel.org/doc/html/v4.10/process/coding-style.html">Linux
73-
kernel coding style</a>.
70+
kernel coding style</a>
71+
<li>from OpenBSD, see the <a href="https://man.openbsd.org/style">style(9)</a>
72+
manual page for more information.
73+
<li><a href="https://www.gnu.org/prep/standards/standards.html#Writing-C">GNU C
74+
coding standards</a>
75+
</ul>
7476

7577
</p><p></p><hr>
7678
Last changed:

0 commit comments

Comments
 (0)