diff options
Diffstat (limited to 'subproc.h')
-rw-r--r-- | subproc.h | 6 |
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 | |||
5 | void system_argv(const char *cmd, ...); | ||
6 | void system_argv_array(char **args); | ||