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

Ns_Calloc

Overview

Allocate a zero-filled block of memory

Syntax

    void *Ns_Calloc(
    size_t num,
    size_t size
    );

Description

The Ns_Calloc function allocates a block of zero-filled memory large enough to hold the given number of elements of the given size. This function replaces the system calloc function.

Top of Page

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