C library for manipulating tar files
libtar is a library for manipulating tar files from within C programs. Here are some of its features: * Handles both POSIX tar file format and the GNU extensions. * API provides functions for easy use, such as tarextractall(). * Also provides functions for more granular use, such as tarappendregfile().