837a42e249aab60169cc4055347b8d4ad75d8dcf
moving a btree node is similar to simply using memmove() or memcpy(), with the added bonus of updating the pointers in the wider data structure to the new node memory and zeroing the old node memory so that it isn't used accidentally after the move is complete.
The file is empty.
Description
Languages
C
98.8%
CMake
1.2%