C'è una discussione uguale su stack overflow qua:
http://stackoverflow.com/questions/6...rs-to-pointers

In pratica dice di fare:

codice:
static char *daytab[13];
daytab[0]=(char[]){0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
daytab[1]=(char[]){0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};