Hello,I'm trying to declare a constant structor as an extern but i get this error"error: expected '=', ',', ';', 'asm' or '__attribute__' before 'AT' " here is my code in the c filetypedef struct {
char *CmdString;
char CmdID;
} __..
char *CmdString;
char CmdID;
} __..