CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.
This commit is contained in:
parent
92d95cc9d3
commit
2474c2ae94
@ -33,9 +33,8 @@ Braces:
|
||||
closing brace.
|
||||
|
||||
Header files:
|
||||
- Try to stick to the Plan 9 header style, where header files do not
|
||||
include other header files.
|
||||
- Don't protect a header file from multiple inclusion with #if directives.
|
||||
- Header files should be protected from multiple inclusion with #if
|
||||
directives. See an existing header for naming convention.
|
||||
|
||||
Type names and declarations:
|
||||
- When defining a type, put '_t' after it.
|
||||
|
Loading…
Reference in New Issue
Block a user