A collection of cheat sheets.
Hosted on GitHub Pages — Theme by mattgraham
#ifndef FILE_H #define FILE_H ... #endif
#define ASSERT(c) if (!c) abort();