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