Skip to content
This repository was archived by the owner on Mar 10, 2018. It is now read-only.

aatxe/minuet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

minuet

minuet is a simple, lightweight utility library for C. It provides a small collection of things that might be useful for development along the way. In particular, it features a set of testing and debugging macros derived from Zed Shaw's dbg.h and minunit.h. It also features some other small utilities that I thought I might need in other places.

Why minuet?

I decided to set up minuet in a way that makes it as natural as humanly possible to use directly within an application. As such, I came to the conclusion that the best way to do so would be by using git submodules. All you need to do is use git submodule add -b master git://github.com/aaronweiss74/minuet.git src/minuet. After that, you may wish to edit the update mode in .gitmodules to behave how you want.

Acknowledgements

Licensing

minuet is licensed under the MIT License. The full license text can be found in LICENSE.md for your convenience.

About

A simple, lightweight utility library for C.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors