C program that can create a Tarball and also extract files from it
A tarball is a computer software utility for collecting many files into one archive file
It begins with the path and the size of each file and continues with the data region
To run this program import the tarball folder in your eclipse C project or run it directly from the terminal
Creates a tarball
-cf tarball.mtar InputFile1 InputFile2 InputFile3 ...
Extracts files from a tarball
-xf tarball.mtar