Name
Ns_DStringAppendArg -- Append argument to an
Ns_DString
Syntax
char *Ns_DStringAppendArg (Ns_DString
*dsPtr, char *arg);
Description
Append the specified argument plus a terminating null
character to the end of the Ns_DString. It is useful for making
strings like: "foo\0bar\0baz\0". It returns the string associated
with the current Ns_DString.