Difference between revisions of "LL Remove First"
Line 1: | Line 1: | ||
− | [[Category: Linked list library]] | + | [[Category: Linked list library functions]] |
== LL_Remove_First(LL) == | == LL_Remove_First(LL) == |
Revision as of 04:16, 2 February 2016
LL_Remove_First(LL)
Returns a linked list containing the remainder of linked list «LL» after the first item (i.e., most recently pushed item) has been removed.
See Also
Comments
Enable comment auto-refresher