https://github.com/programmer-ke/c-skeleton
A skeleton for C projects
https://github.com/programmer-ke/c-skeleton
Last synced: over 1 year ago
JSON representation
A skeleton for C projects
- Host: GitHub
- URL: https://github.com/programmer-ke/c-skeleton
- Owner: programmer-ke
- License: other
- Created: 2013-03-02T08:44:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T15:09:34.000Z (about 10 years ago)
- Last Synced: 2025-01-03T21:43:39.779Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### A skeleton for C projects
Includes:
- folder structure
- Makefile
- Unit tests framework
Adapted from Zed Shaw's book: http://c.learncodethehardway.org/book/ex28.html