Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 475 Bytes

c-library-template

This is a template for a C library.

It includes

  • A Makefile with targets for building the library and running tests
  • A basic test suite
  • A basic library structure
  • A vscode configuration for debugging

Usage

To use this template, clone the repository and run the following commands:

make
make test

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details. `