Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pellegrino Prevete
libhandy
Commits
304b7de0
Commit
304b7de0
authored
Nov 14, 2018
by
Adrien Plazas
Browse files
hacking: Document header inclusion guard preferences
parent
46619b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
HACKING.md
View file @
304b7de0
...
...
@@ -70,6 +70,12 @@ if (i < 0)
```
Header Inclusion Guards
-----------------------
Guard header inclusion with
`#pragma once`
rather than the traditional
`#ifndef`
-
`#define`
-
`#endif`
trio.
Signals
-------
Prefix signal enum names with
*SIGNAL_*
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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