.macro foo a, b, c:vararg .purgem foo .ifb \c foo \a, \a, \b .else foo \a, \b, \c .endif .include "foo.s" .endm