This commit is contained in:
plutoo 2018-01-06 06:20:53 +01:00
parent 16fb456dc3
commit a3ea01afc2

View File

@ -1,4 +1,4 @@
### Types
#### Types
TypesAreCapitalizedLikeThis
#### Enums
@ -7,8 +7,18 @@ EnumType_EnumName
#### Struct members
like_this
### Local variables
notlikethis
#### Local variables
like_this
### Functions
notlikethis
#### Global variables (or global statics)
g_variableName
#### Functions
modulenameFunctionName
#### Macros
LIKE_THIS