# PR_LIST_HEAD Returns the head of a circular list. ## Syntax ```{code} #include PRCList *PR_LIST_HEAD (PRCList *listp); ``` ### Parameter `listp` : A pointer to the linked list. ### Returns A pointer to a list element. ## Description {ref}`PR_LIST_HEAD` returns the head of the specified circular list.