Re: How to write function with multiple parameters...??



Bore Biko wrote:
> I don't know hopw to do this,
> like "printf", or "sprintf", I know
> they use a stack but how to make
> my own...??
>
> Thanks in advance !!
> robert.bralic@xxxxxxxxxxx
>
>
use va_arg, va_list, etc..
.