This is execute.h in view mode; [Download] [Up]
/* * execute() does an execvp using the argv passed to it. If the parameter * verbose is non-zero the command is printed to stderr. A non-zero return * value indicates success zero indicates failure. */ extern int execute( char **argv, long verbose);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.