ListClear
- Macro
- October 8, 2025
Table of Contents
ListClear
ListClear
Description
Set list length to 0.
Parameters
Name | Direction | Description |
---|---|---|
list | in,out | List to be cleared. |
Success
v
Failure
NULL
Usage example (Cross-references)
- In
ListInt.c:117
:
// Memory operations
case LIST_INT_CLEAR : {
ListClear(list);
break;
}