├── .gitignore ├── LICENSE ├── README.md └── src └── k.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaalt/altc/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaalt/altc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # altc 2 | scaffolding for my c projects 3 | -------------------------------------------------------------------------------- /src/k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaalt/altc/HEAD/src/k.h --------------------------------------------------------------------------------