pr_remove_link.rst (326B)
1 PR_REMOVE_LINK 2 ============== 3 4 Removes an element from a circular list. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prclist.h> 13 14 PR_REMOVE_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_LINK` removes the specified element from its circular list.