Minimalist header-only library for generating TAR files
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16
# tarw.h Minimalist header-only library for generating TAR files. ## Quick Start Check `example.c`. ```console $ cc -I. -o example example.c ``` ## TODO * support compression * support more type flags?