Apply a callback to an array: Difference between revisions

m
→‎{{header|C}}: Waay too much info on tested-with compilers. Simplified it to wone version per compiler, all on one lane. And fixed gcc link.
m (→‎{{header|C}}: Waay too much info on tested-with compilers. Simplified it to wone version per compiler, all on one lane. And fixed gcc link.)
Line 45:
=={{header|C}}==
 
Compiler: [[gcc]] 4.1.1, [[TCC]] 0.9.23, [[ICC]] 9.1
'''Tested With:'''
* [[GCC]] 3.3.6
** i686-pc-linux-gnu
* [[GCC]] 3.4.6
** i686-pc-linux-gnu
* [[GCC]] 4.0.3
** i686-pc-linux-gnu
* [[GCC]] 4.1.1
** i686-pc-linux-gnu
** powerpc-unknown-linux-gnu
* [[TCC]] 0.9.23
** i686-pc-linux-gnu
* [[ICC]] 9.1
** i686-pc-linux-gnu
 
===callback.h===