Hello,

I haven't a busybox.lib and don't want to blow up my app because ist an ebedded 
system...
Using system() is the standard Unix/Linux way to use external apps.
The shell and tar ARE parts of busybox.

Bye
Uwe
> >  ret = system("tar ....");
> Why would you ever want to do that, just link against libbusybox and
> call tar_main()
> PS: yes, i'm ignoring anything else since this is the busybox ML ;)
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to