ListClear

Table of Contents

ListClear

Description

Set list length to 0.

Parameters

NameDirectionDescription
listin,outList to be cleared.

Success

v

Failure

NULL

Usage example (Cross-references)

    // Memory operations
    case LIST_INT_CLEAR : {
    ListClear(list);
    break;
    }

Share :