"Bore Biko" <> writes:
> Park Sung-jae <> wrote in message
> news:dk2vlb$ot3$...
>> 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 !!
>> >
>> >
>> >
>> use va_arg, va_list, etc..
>
> Thanks,
> I undrstand now, the all is
> in fact htat first(or argument
> in which we give format) is
> a linked list...
No, the format string in a printf() call is not a linked list.
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.