A linked list implementation in C
This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
penguinc d3c1479ba1 Fixed all manner of weirdness in the code. RootNode is no longer just a
placeholder. Used C niftiness to reduce code length and increase
efficiency.
2005-09-04 23:50:09 +00:00
LinkList.tpr Initial revision 2004-02-11 07:58:36 +00:00
Linked.c Fixed all manner of weirdness in the code. RootNode is no longer just a 2005-09-04 23:50:09 +00:00
List.h Fixed all manner of weirdness in the code. RootNode is no longer just a 2005-09-04 23:50:09 +00:00
Makefile Improved error handling for out of memory problems. 2005-09-01 22:01:20 +00:00
main.c Fixed all manner of weirdness in the code. RootNode is no longer just a 2005-09-04 23:50:09 +00:00