Skip to content

slashdevops/c-library-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published