6 lines
134 B
C
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);
|