#include <tcl_utils.h>void vTcl_DStringAppend(Tcl_DString *dsPtr, char *fmt, ...);
This function is a varargs implementation of the standard
Tcl_DStringAppend function. The string specified by the fmt and
subsequent arguments (in the standard sprintf style) is appended to the
existing dynamic string.