CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.

pull/1334/merge
Paul Sokolovsky 2015-06-18 11:38:09 +03:00
rodzic 92d95cc9d3
commit 2474c2ae94
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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.