Lionel DebrouxLe 30/08/2010 à 18:56
D'après la doc de TIGCC/GCC4TI,
int (*x[5])(); An array of pointers to a function which returns an integer
avec une taille indéfinie de tableau de cette écriture doit être int (**x)()La version
ur sur ce truc doit être int (***x)()Et un pointe
(non testé)