GList - double linked abstract list implementation
authorteodor <teodor>
Thu, 19 Oct 2006 11:33:31 +0000 (11:33 +0000)
committerteodor <teodor>
Thu, 19 Oct 2006 11:33:31 +0000 (11:33 +0000)
commit3b51faf93e40891551c55207817ae43c930b4fde
tree453e9a29a84557e0b0ebf804ad0daf6a30afc128
parent6e990f2b2e9fc2dda56f9418ec8898fc44ef8112
GList - double linked abstract list implementation
Makefile
expected/glist [new file with mode: 0644]
expected/glisttest [new file with mode: 0644]
glist.c [new file with mode: 0644]
glist.h [new file with mode: 0644]
glisttest.c [new file with mode: 0644]
tests/glist [new file with mode: 0644]