sds
sds copied to clipboard
favor functions over macros in testhelp.h
It looks like using functions instead of macros we’re gaining some readability, as the macro required several lines, and we’re enforcing the type checks.
I’ve added <stdbool.h> dependency, that if I’m not
mistaken should not create any issue as it’s defined
in C99 and SDS requires that C version.