Loop over multiple arrays simultaneously: Difference between revisions

Content deleted Content added
Line 96:
{ printf("%3d,", *ival);
}
short ary2[] = { 3, 66, 20, 15, 7, 22, 10 };
struct listSpec lspec2 = LIST_SPEC( &PrintShort , short, ary2 );