8 lines
150 B
C++
8 lines
150 B
C++
#pragma once
|
|
|
|
#include <dope/linkedlist.hpp>
|
|
|
|
// Utility functions
|
|
void remove_dups(DopeLinkedList* ll);
|
|
void reverse_linkedlist(DopeLinkedList* ll);
|