a33e6c9c96
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 tar_extract_all(). * Also provides functions for more granular use, such as tar_append_regfile(). Patches from pkgsrc. requested by xsa@ WANTLIB and SHARED_LIB military look from kili@ ok kili@
8 lines
320 B
Plaintext
Executable File
8 lines
320 B
Plaintext
Executable File
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 tar_extract_all().
|
|
* Also provides functions for more granular use, such as
|
|
tar_append_regfile().
|