c90-array-quals.c   [plain text]


extern int (*const a)[];
extern int (*const a)[10];
extern int (*const a)[];