mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
24 lines
277 B
Markdown
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 |