https://github.com/slashdevops/c-library-template
C library template
https://github.com/slashdevops/c-library-template
Last synced: about 1 month ago
JSON representation
C library template
- Host: GitHub
- URL: https://github.com/slashdevops/c-library-template
- Owner: slashdevops
- License: apache-2.0
- Created: 2024-03-31T13:50:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T17:49:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-01T17:38:37.520Z (almost 2 years ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c-library-template
This is a template for a C library.
It includes
- [x] A Makefile with targets for building the library and running tests
- [x] A basic test suite
- [x] A basic library structure
- [x] A `vscode` configuration for debugging
## Usage
To use this template, clone the repository and run the following commands:
```bash
make
make test
```
## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.
`