gwAdvNet2015 / adv-net-samples

Useful C code for networking, data structures, and more
MIT License
7 stars 19 forks source link

Linked list #54

Closed nks5295 closed 9 years ago

nks5295 commented 9 years ago

Solves issue #41. Linked list is good to go.

twood02 commented 9 years ago

I can't auto merge this because it's including a lot more commits than just your linked list. Can you rebase or use some other magic to get rid of the unrelated stuff?

twood02 commented 9 years ago

actually the issue is probably just with conflicts on the Makefile since #52 rewrote all of them. In any case, you might as well clean it up.

nks5295 commented 9 years ago

I don't really know why the commit messages are included in this... I did however pull and merge from the master so the Makefile issue is cleaned up.

twood02 commented 9 years ago

looks good.