Hi, What does control or what is the rule for the type returned by __typeof__ (const int) ? On a private target (using newlib-stdint.h), sizeof(__typeof__ (-32768)) returns 4 but sizeof(__typeof__ (-32767)) returns 2... Thanks, Aurélien
Hi, What does control or what is the rule for the type returned by __typeof__ (const int) ? On a private target (using newlib-stdint.h), sizeof(__typeof__ (-32768)) returns 4 but sizeof(__typeof__ (-32767)) returns 2... Thanks, Aurélien