prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)
[pspp] / lib / uinttostr.c
1 #define anytostr uinttostr
2 #define inttype unsigned int
3 #define inttype_is_signed 0
4 #include "anytostr.c"