Jens Gustedt
Results
1
issues of
Jens Gustedt
The case listing in the macros is quite restrictive. I think better would be something like ``` C #define is_signed(X) \ _Generic((X), \ bool: 0, \ char: (char)-1 < 0,...
enhancement