>I wish to keep this interface simple in terms of functionality and not >make it man-page intensive. Developers shy away from >fork()/exec()/waitpid() and use system() since the latter is much easier >to read and is intuitive. A large number system() function calls in >OpenSolaris for example, are one-liners without the need for extended >functionalities.
Then use varargs, don't use specific "quotes". Casper