/ll_tut

linked list tutorial/hw for ben

Primary LanguageC

Linked List lesson

To build this program, you need to have gnu autotools installed and then run:

autoreconf
./configure && ./make

Which should leave an ll binary in your local directory.