aboutsummaryrefslogtreecommitdiff
path: root/subproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'subproc.h')
-rw-r--r--subproc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/subproc.h b/subproc.h
new file mode 100644
index 0000000..5f2d5f9
--- /dev/null
+++ b/subproc.h
@@ -0,0 +1,6 @@
1#ifndef cNULL
2#define cNULL ((const char *)NULL)
3#endif
4
5void system_argv(const char *cmd, ...);
6void system_argv_array(char **args);