227
220
Gets the last node in a two-way list.
228
221
@param BASE the base node (not a pointer to it)
229
222
@return last node, or NULL if the list is empty */
231
223
#define UT_LIST_GET_LAST(BASE)\
237
226
/********************************************************************//**
238
227
Checks the consistency of a two-way list.