pr_remove_and_init_link.rst (450B)
1 PR_REMOVE_AND_INIT_LINK 2 ======================= 3 4 Removes an element from a circular list and initializes the linkage. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prclist.h> 13 14 PR_REMOVE_AND_INIT_LINK (PRCList *elemp); 15 16 17 Parameter 18 ~~~~~~~~~ 19 20 ``elemp`` 21 A pointer to the element. 22 23 24 Description 25 ----------- 26 27 :ref:`PR_REMOVE_AND_INIT_LINK` removes the specified element from its 28 circular list and initializes the links of the element to point to 29 itself.