On 01/29/13 08:19, Pavel Raiskup wrote: > Simple speaking, we need some function like: > > char ** string_to_argv(const char *str); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > I was unable to find existing solution in gnulib, is there something like > that?
There is lib/prepargs.c in GNU tar. We could turn something like that into a gnulib module, but if only tar needs it perhaps it should just stay with GNU tar.
