SYNOPSIS

char **MGOvectorize (char ***vector, char *string)

DESCRIPTION

The MGOvectorize() function takes the given string and returns a vectorized argument list suitable for execve() and friends.

RETURN VALUE

Returns the vectorized argument list, or NULL if the string could not be vectorized.

SEE ALSO

MGOfreevector()