I think I read somewhere that #define constants in the style
#define SOMETHING 6
are evaluated to long or unsigned long, depending on the situation and
not int.
#define SOMETHING 6
are evaluated to long or unsigned long, depending on the situation and
not int.
Comment