summaryrefslogtreecommitdiff
path: root/test/list.c
Commit message (Expand)AuthorAgeFilesLines
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-221-85/+0
* Use a typedef for the function pointers to comparison functions, add newline ...Rob Kendrick2007-09-221-3/+3
* s/malloc.h/stdlib.h/ (malloc.h is non-standard, though common)John Mark Bell2007-09-221-7/+18
* Change to C-style commentsJames Shaw2007-09-221-3/+3
* Implement list_contains_all()James Shaw2007-09-221-0/+10
* Initial revision of linked list implementationJames Shaw2007-09-221-0/+64