summaryrefslogtreecommitdiff
path: root/system.h
blob: 132f524b735b68bbc65c2d91ba162be00b885e86 (plain)
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 *);