Removes an element from a circular list and initializes the linkage.
#include <prclist.h> PR_REMOVE_AND_INIT_LINK (PRCList *elemp);
elemp
PR_REMOVE_AND_INIT_LINK
removes the specified element from its circular list and initializes the links of the element to point to itself.