Azure / Azure/macro-utils-c

Have a MU_DO_COUNTED(TIMES, MACRO,...)

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
8
Forks
17
Avg merge
31m
Merged PRs (30d)
3

Description

MU_DO_COUNTED(3, MY_MACRO, a,b,c ) would expand to
MY_MACRO(3, a,b,c)
MY_MACRO(2, a,b,c)
MY_MACRO(1, a,b,c)

and while at it, change MU_DO to not execute 1 times more than expected.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.