dbg.h icon indicating copy to clipboard operation
dbg.h copied to clipboard

Use __func__ on C99+?

Open aartaka opened this issue 4 months ago • 2 comments

I see you're using __FILE__ and __LINE__ in your macros, but I don't see a __func__ (added in C99). Is there any reason not to use it? I also see C11 _Generic in your code, so it's definitely not portability reasons.

aartaka avatar Feb 16 '24 22:02 aartaka