Returns the tail of a circular list.
#include <prclist.h> PRCList *PR_LIST_TAIL (PRCList *listp);
listp
A pointer to a list element.
PR_LIST_TAIL returns the tail of the specified circular list.
PR_LIST_TAIL