LL_Free
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > LL (Linked lists) > LL_Free |
This functionality has been made obsolete by newer, better optimized Linked List available directly in core instead.
Description
Release memory allocated by a Linked List.
Syntax
LL_Free(llRoot)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
llRoot |
Number |
No |
Linked list root handle |
Remarks
After using a Linked List, its memory must be deallocated.
It is responsibility of the programmer to release allocated memory.
Restrictions
See also
Examples