AVL Tree
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Thanks, I am new enough to C that I didn't think (know) of that approach.
Everything works fine when I change memcpy(d,s,n) to movmem(s,d,n).