[c] small extra header

This commit is contained in:
opfez 2021-08-07 01:13:12 +02:00
parent 5b8f5f3ea9
commit 6c8dcf4037
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ Since C ignores much of the whitespace prevalent in source files it is possible
to write in a variety of C styles. These differ in where they put their curly
braces, indentation level and other details.
*** My C style
My C style is based on a combination of the {https://www.kernel.org/doc/html/latest/process/coding-style.html
Linux kernel} style and the {http://doc.cat-v.org/plan_9/programming/c_programming_in_plan_9
Plan 9} style with a few changes of my own.