dish/exec.h

4 lines
71 B
C
Raw Normal View History

2022-09-18 05:43:33 +00:00
#ifndef __EXEC_H__
#define __EXEC_H__
int forkExec(char **args);
#endif