DESCR 320 B

12345678
  1. libtar is a library for manipulating tar files from within C programs.
  2. Here are some of its features:
  3. * Handles both POSIX tar file format and the GNU extensions.
  4. * API provides functions for easy use, such as tar_extract_all().
  5. * Also provides functions for more granular use, such as
  6. tar_append_regfile().