Go to file
Dani The Skunk fffec0050a building on linux now? 2022-12-21 07:49:06 +01:00
include fixed forward decleration 2022-12-21 06:26:51 +00:00
lib zlib should build on nonwindows now 2022-12-21 06:13:00 +00:00
src added zlib and libpng 2022-12-21 06:09:29 +00:00
.clang-format initial commit 2022-12-19 20:59:02 +00:00
.gitignore added zlib and libpng 2022-12-21 06:09:29 +00:00
CMakeLists.txt building on linux now? 2022-12-21 07:49:06 +01:00
LICENSE Initial commit 2022-12-19 14:56:01 +01:00
README.md added zlib and libpng 2022-12-21 06:09:29 +00:00
build.bat added zlib and libpng 2022-12-21 06:09:29 +00:00

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