00001 00015 // delete the node to which cur points 00016 (cur->precede)->next = cur->next; 00017 (cur->next)->precede = cur->precede;