summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/system.h b/system.h
new file mode 100644
index 0000000..132f524
--- /dev/null
+++ b/system.h
@@ -0,0 +1,7 @@
+#define system apl_system
+#include <stdlib.h>
+#undef system
+#ifdef __cplusplus
+extern "C"
+#endif
+int system(const char *);