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

Ns_StrCopy

Overview

Copy a string or NULL value using Ns_Malloc

Syntax

    char *Ns_StrCopy(
    char *string
    );

Description

The Ns_StrCopy function is identical to the Ns_StrDup function but allows for the string parameter to be NULL, in which case Ns_StrCopy does nothing and returns NULL.

Top of Page

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