--- In [email protected], Thomas Hruska <thru...@...> wrote: > > printf() is > typically not the function you end up ultimately calling.
You probably want to implement the equivalent of vprintf(): int vprintf(const char *format, va_list ap); John
--- In [email protected], Thomas Hruska <thru...@...> wrote: > > printf() is > typically not the function you end up ultimately calling.
You probably want to implement the equivalent of vprintf(): int vprintf(const char *format, va_list ap); John