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

Ns_StrDup

Overview

Copy a string using Ns_Malloc

Syntax

    char *Ns_StrDup(
    char *string
    );

Description

The Ns_StrDup function calls Ns_Malloc to allocate enough memory to make a copy of the given string. This function replaces the system strdup function.

Top of Page

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