1 2 3 4 5 6 7 8 9 10 11 12
struct looksets { int lset[10]; }; struct looksets lkst[]; void flset( struct looksets *p ) { p-- > lkst; }