ListReverse

Table of Contents

ListReverse

Description

Reverse contents of this list.

Parameters

NameDirectionDescription
lin,outList to be reversed.

Success

v

Failure

NULL

Usage example (Cross-references)

    // Advanced operations
    case LIST_INT_REVERSE : {
    ListReverse(list);
    break;
    }

Share :