Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
2474c2ae
Commit
2474c2ae
authored
Jun 18, 2015
by
Paul Sokolovsky
Browse files
CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.
parent
92d95cc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CODECONVENTIONS.md
View file @
2474c2ae
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment