skunkworks-c/README.md

7 lines
219 B
Markdown

# 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".