libnx/CODESTYLE.md
2018-01-06 06:20:53 +01:00

24 lines
277 B
Markdown

#### Types
TypesAreCapitalizedLikeThis
#### Enums
EnumType_EnumName
#### Struct members
like_this
notlikethis
#### Local variables
like_this
notlikethis
#### Global variables (or global statics)
g_variableName
#### Functions
modulenameFunctionName
#### Macros
LIKE_THIS