To use burgerlib is simplicity itself. Just add this to the beginning of your source files or headers (Or both).
// The #ifndef __BURGER__ is optional, but useful to prevent double includes // if included from a user supplied header. #ifndef __BURGER__ #include <burger.h> #endif
1.7.1