Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 25, 2022 11:33 UTC (Fri) by 4m1rk (guest, #157085)In reply to: Moving the kernel to modern C by kmeyer
Parent article: Moving the kernel to modern C
The macro just creates the `for` expression. If you need to put the for expression inside a block then the macro needs to accept the body of the for too. Do C macros allow passing a code block?
