LL Remove First
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
Returns a linked list containing the remainder of linked list «LL» after the first item (i.e., most recently pushed item) has been removed.
Enable comment auto-refresher