An open API service indexing awesome lists of open source software.

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

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.
`