Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (911) Video (69)
Total files: 4325
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
libtar - 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 tar_extract_all().
* Also provides functions for more granular use, such as
tar_append_regfile().
Installation:
Copy SDK ALL SDK:
MakeLink SOFT SDK:local/newlib/lib/libtar.so libtar.so.0
|