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