[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_DStringAppendArg

Overview

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.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.