#pragma once #include // Utility functions void remove_dups(DopeLinkedList* ll); void reverse_linkedlist(DopeLinkedList* ll);