> > void
> > snprintf(char *buf,...)
> > {
> > ...
> > }
> I'm not familiar with ... syntax, so I have no idea how to do an
> snprintf implementation. Any suggestions?
> -Nathan
Hehe :-)
You can't really do a safe snprintf() implementation without going in-
depth, I guess.
Adios...
Axel.