A template repository for my typical C projects.
File | Description |
---|---|
README.md | Project README |
LICENSE | Code LICENSE(I use MIT) |
Makefile | Makefile for project |
config.mk | Makefile Configuration |
File | Description |
---|---|
config.def.h | Configuration Constants |
sample.c | Sample program |
cli.c | CLI Args parsing functions |
util.c | Utility functions, like usage |
Directory | Description |
---|---|
doc | Documentation |
include | Header file for program |
libsample | Sample library |
man | Manpages directory |