In particular, make this kind of thing do what one expects
it to do:
if (x) LOG_PRINT("True"); else LOG_PRINT("No");
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.
In particular, make this kind of thing do what one expects
it to do:
if (x) LOG_PRINT("True"); else LOG_PRINT("No");
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.