pr_init_clist.rst (305B)
1 PR_INIT_CLIST 2 ============= 3 4 Initializes a circular list. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prclist.h> 13 14 PR_INIT_CLIST (PRCList *listp); 15 16 17 Parameter 18 ~~~~~~~~~ 19 20 ``listp`` 21 A pointer to the anchor of the linked list. 22 23 24 Description 25 ----------- 26 27 Initializes the specified list to be an empty list.