Define a recursive macro RECURSIVE_NAME | gustedt.gitlabpages.inria.fr
In view of the addition of __VA_OPT__ first to C++ and now to C23, there had been interest in extending the C preprocessor to include recursion. The basic idea would be that __VA_OPT__ can be used …| Jens Gustedt's Blog