Navigation: thinBasic Modules > LL (Linked lists) > LL_Free |
|
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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |