Hi. I have two functions. They both take variable arguments lists. I want to merge the two into one. But is this possible?

I have not attempted anything yet but I just got the idea that maybe if the new function was set up to accept the first variable arguments till it reached a NULL then the remaining arguments would be for the second VA list?

Possible?

Thanks in advance for any input on this.