PR_REMOVE_LINK
Removes an element from a circular list.
Syntax
#include <prclist.h>
PR_REMOVE_LINK (PRCList *elemp);
Parameter
elempA pointer to the element.
Description
PR_REMOVE_LINK removes the specified element from its circular list.
Removes an element from a circular list.
#include <prclist.h>
PR_REMOVE_LINK (PRCList *elemp);
elempA pointer to the element.
PR_REMOVE_LINK removes the specified element from its circular list.