other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
LIST_IS_LAST(9) | Data Types | LIST_IS_LAST(9) |
NAME¶
list_is_last - tests whether list is the last entry in list headSYNOPSIS¶
int
list_is_last(const struct list_head * list,
const struct list_head * head);
ARGUMENTS¶
listthe entry to test
head
the head of the list
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |