-
Notifications
You must be signed in to change notification settings - Fork 39
A quick linked list (singly linked) implementation in C, including a reversing function
License
skorks/c-linked-list
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To compile: make To run: ./list To check for memory leaks (this will attempt to run with valgrind): make leaks TODO: - refactor to get rid of the List struct, so only left with node struct, should make things simpler (arguably) - add CuTest to project - create some simple test in separate directory - main function should do nothing except run the tests, but should allow option not to run the tests (which will do nothing for the moment)
About
A quick linked list (singly linked) implementation in C, including a reversing function
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published