mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 20:22:38 +02:00
418 B
418 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
Submodule function naming
Singletons use names like smInitialize/smExit
Objects use names like tmemCreate/tmemClose
Macros
LIKE_THIS