Skip to content

A C project template with Makefile, command line options parsing, unittest using cmocka and valgrind

License

Notifications You must be signed in to change notification settings

pythoninthegrass/c_project_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Project Template

cover

Every C project has a lazy start by creating lots of command line parsers, Makefiles, help and usage messages. C Project Template aims to take you to the solution point! The point you write the code that solves your problem.

The project brings you a Makefile, command line options parsing, colors for pretty printing, valgrind report, and unittest using cmocka.

Usage

  • Clone project
  • Edit project.conf
  • make start

Sources

About

A C project template with Makefile, command line options parsing, unittest using cmocka and valgrind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.0%
  • Makefile 29.0%