-
Notifications
You must be signed in to change notification settings - Fork 31
What is included
Gustavo Pantuza edited this page Jan 31, 2017
·
1 revision
- Generic Makefile
- Command line options parsing (args.c, args.h)
- Colors for pretty printing (colors.h)
- Default messages like help, usage, version (messages.c, messages.h)
- Project structure directories (src, bin, lib, log, test)
- Test runner and structure (test/main.c)
- Valgrind execution to track memory leaks