sds icon indicating copy to clipboard operation
sds copied to clipboard

favor functions over macros in testhelp.h

Open juandebravo opened this issue 10 years ago • 0 comments

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.

juandebravo avatar Aug 10 '15 22:08 juandebravo