This is a comparison to [ChunMinChang/31f11789bb859356daf05107e8fc859e][class_in_c], which simulates C++ classes to implement linked-list in pure C.
- Implement delete function to remove a node from the list
- Implement move function to move cursor to a specific node
- Implement search function to return one specific node