LList_New

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Data Structures > Linked List >

LList_New

 

Description

 

Create new Linked List container and return its handle

 

Syntax

 

pList = LList_New()

 

Returns

 

Number: a pointer to a Linked List

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples