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