Hi, i'm trying to figure out why gcc is allocating 1 byte to the enums that hold my FSM states. Reading the documentation it seems like in the absences of the -fshort-enums command line option gcc should be creating an int (4 bytes) for each of my enums r..
↧