Hi,
how is it possible to determine if a char value is smaller than 0x00?
char value=0xFE; if((char)value < (char)0x00) printf("< 0\n");
Working with uvision mdk-arm I get always a warn-message "pointless comparison of unsigned integer with zero"
best regards Hans-Peter
View all questions in Keil forum