linked-list-c as usual, compile with gcc -Wall -Werror -g -O0 -o linklist linked_list.c. should have no memleaks whatsoever. check with valgrind --leak-check=full .linklist.