LL Length

Revision as of 19:57, 24 May 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


LL_Length( LL )

Returns the number it items in the linked list «LL».

This is a slow operation, since it must visit every item in the linked list to count how many there are.

To use this function, you must first add the Linked list library to your model.

Library

Linked list library (Linked List Library.ana)

Use FileAdd Library... to add this library

See also

Comments


You are not allowed to post comments.