1
/********************************************************************
2
Get the first node in the list. */
7
/* out: first node, or NULL */
8
ib_list_t* list) /* in: list */
13
/********************************************************************
14
Get the last node in the list. */
19
/* out: last node, or NULL */
20
ib_list_t* list) /* in: list */