https://github.com/nomemory/blog-generic-data-structures-in-c
Academic implementation of a Generic Stack data-structure in C (using macro concatenation and void pointers)
https://github.com/nomemory/blog-generic-data-structures-in-c
Last synced: 10 months ago
JSON representation
Academic implementation of a Generic Stack data-structure in C (using macro concatenation and void pointers)
- Host: GitHub
- URL: https://github.com/nomemory/blog-generic-data-structures-in-c
- Owner: nomemory
- Created: 2021-01-03T00:07:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T00:42:15.000Z (over 5 years ago)
- Last Synced: 2025-04-08T01:06:36.412Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-generic-data-structures-in-c