Add generic doubly-linked list implementation
authorJouni Malinen <j@w1.fi>
Sat, 19 Dec 2009 11:43:25 +0000 (13:43 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Dec 2009 11:43:25 +0000 (13:43 +0200)
commitdacf47835208a24ae5ba51c4a869b36339f78897
treec5d38334b051d530cb34d4df949d9d261a1150a8
parentd2e6100c1671a96377e44efa92d51a75f1d650fa
Add generic doubly-linked list implementation
src/utils/list.h [new file with mode: 0644]
tests/.gitignore
tests/Makefile
tests/test-list.c [new file with mode: 0644]