>>>>> Glynn Clements <glynn at gclements.plus.com> writes: [...] >> + vsprintf (buffer, template, ap); > It would be nice to use vsnprintf(), but we would need to check that > it's available (it's not in C89). ... And to use Gnulib-provided one if it isn't?