Wolfenstein is peanuts compared to writing your own doubly linked list.
It's an old website for C programming from Stanford Uni by Nick Parlante [3].
For full blown treatment on linked list and doubly linked list please check this an excellent book Pointers on C by Kenneth Reek (1998) [4].
[1] Linked List Basics
http://cslibrary.stanford.edu/103/
[2] Linked List Problems:
http://cslibrary.stanford.edu/105/
[3] Essential C:
http://cslibrary.stanford.edu/101/
[4] Pointers on C: