/* * file: system.h * purpose: Provide UNIX compatible system() function * Author: Piet Tutelaers * version: 1.0 (Nov. 1995) */ /* * Next function emulates UNIX system() with spawnvp() (EMX/gcc). */ int emx_system(char *cmd);