libfb_sys_exec.c

exec function for DOS

chng: jan/2005 written [DrV]

Summary
libfb_sys_exec.cexec function for DOS
DJGPP info on 3rd arg of spawnv* functions is inconsistent;in docs, defined as const char **; in process.h, defined as char *const _argv[]

DJGPP info on 3rd arg of spawnv* functions is inconsistent;

in docs, defined as const char **; in process.h, defined as char *const _argv[]