https://github.com/scorsi/my-linked-list
A generalized chained list in C easy-to-use.
https://github.com/scorsi/my-linked-list
c library
Last synced: about 19 hours ago
JSON representation
A generalized chained list in C easy-to-use.
- Host: GitHub
- URL: https://github.com/scorsi/my-linked-list
- Owner: scorsi
- License: apache-2.0
- Created: 2017-05-26T08:11:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T09:23:41.000Z (about 9 years ago)
- Last Synced: 2025-10-25T03:02:39.989Z (9 months ago)
- Topics: c, library
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-linked-list
A generalized chained list in C easy-to-use.
You have exemple of uses in exemples/ directory.