Loop over multiple arrays simultaneously/C-Elaboration: Difference between revisions

no edit summary
(Moved from main page as most all of this is unnecessary for this task)
 
imported>Katsumi
No edit summary
 
Line 1:
<syntaxhighlight lang="c">
<lang c>#include <stdio.h>
 
typedef struct closure {
Line 88 ⟶ 89:
LoopMultiple( &llSpec);
return 0;
}
}</lang>
</syntaxhighlight>
Anonymous user