1QB_LIST_EMPTY(3)           libqb Programmer's Manual          QB_LIST_EMPTY(3)
2
3
4

NAME

6       qb_list_empty  -  A quick test to see if the list is empty (pointing to
7       it's self).
8

SYNOPSIS

10       #include <qb/qblist.h>
11
12       static int32_t qb_list_empty(
13           const struct qb_list_head   *head
14       );
15

PARAMS

17       head pointer to the list head
18

DESCRIPTION

STRUCTURES

21       struct qb_list_head {
22           struct   next;
23           struct   prev;
24       };
25

RETURN VALUE

27       boolean true/false
28

SEE ALSO

30       qb_list_add_tail(3), qb_list_add(3), qb_list_splice_tail(3),
31       qb_list_length(3), qb_list_replace(3), qb_list_init(3),
32       qb_list_splice(3), qb_list_is_last(3), qb_list_del(3)
33
35       Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
36
37
38
39LIBQB                             2020-07-30                  QB_LIST_EMPTY(3)
Impressum