S

s2argv-execs

s2argv converts a command string into an argv array for execv, execvp, execvpe. execs is like execv taking a string instead of an argv. Similarly execsp and execspe are the counterpart of execvp and execvpe, respectively, using command strings.

Forked from Debian VirtualSquare Team / s2argv-execs