libnx/CODESTYLE.md

296 B

Code Style

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