v0.9
- Remove FAMs and
{0}
initializers to facilitate interop with strict C++ compilers- Clang generates identical code with FAMs and without FAMs
- GCC generates almost-identical code
- Make the debug functions non-static so that they can be used by code in other units
- Include
stdio.h
only whenBUDDY_PRINTF
is not defined - Add a macro for C++ name mangling