Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notes

Algorithm: Assuming deleting entry I between entries X and Y (for more details, read Linked lists):

 *X = *X XOR I XOR Y
*Y = *Y XOR I XOR X

Related calls

GN_Xin, insert an entry into a linked list 
GN_Xnx, index next entry in linked list