BOOT
# define BOOT 'b'
static enum state { BOOT, TIME, RUN } state = TIME;
static enum state { BOOT, TIME } state = TIME;