>> +static int one = 1; >> +static int two_five_five = 255; > > Should these be const as well?
It would be nice, but you actually get compile time warnings if you do that.
>> +static int one = 1; >> +static int two_five_five = 255; > > Should these be const as well?
It would be nice, but you actually get compile time warnings if you do that.