Is there any tar equivalent library function which can be included in a "C" code
Hi All ,
In my code , i want to include tar(....) kind of function to do tarring and un-tarring .But i could not find any such function.
But i should not use "system("tar -cvf filename");" call in my code .
Is there any library function available so that i can use it in my code.
Thanks
Bagavathy
|