Linked List Data Structure. Written in C Language
In Putty type "make" to compile the files. type "./my_test" to run the code. linked_list1.c and linked_list1.h are for double linkedlist, but have not complete yet. linked_list.c and linked_list.h are for singly linked_list