1054c18ba9 | ||
---|---|---|
include | ||
lib | ||
src | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
build.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".