wix-on-linux/subproc.h
2017-05-18 07:10:17 +01:00

6 lines
134 B
C

#ifndef cNULL
#define cNULL ((const char *)NULL)
#endif
void system_argv(const char *cmd, ...);
void system_argv_array(char **args);