dish/exec.h
2022-09-18 13:44:40 +08:00

4 lines
No EOL
71 B
C

#ifndef __EXEC_H__
#define __EXEC_H__
int forkExec(char **args);
#endif