aboutsummaryrefslogtreecommitdiff
path: root/subproc.h
blob: 5f2d5f912d49cbf88b8c9879d8ca9299b23d1624 (plain)
1
2
3
4
5
6
#ifndef cNULL
#define cNULL ((const char *)NULL)
#endif

void system_argv(const char *cmd, ...);
void system_argv_array(char **args);