1 2 3 4 5 6 7
#define system apl_system #include <stdlib.h> #undef system #ifdef __cplusplus extern "C" #endif int system(const char *);