a4ce5bb09e | ||
---|---|---|
include | ||
src | ||
subprojects | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
build.bat | ||
meson.build | ||
native.ini | ||
prebuild.bat |
README.md
skunkworks-c
code standard
snake_case for variables, function names, and struct names. always explicit struct, no typedefs. prefix struct members with _ (yes, its allowed, but within structs only) if "private".