11 lines
No EOL
236 B
C
11 lines
No EOL
236 B
C
/*
|
|
* @Author: 1ridic
|
|
* @Date: 2022-09-18 14:13:40
|
|
* @Last Modified by: 1ridic
|
|
* @Last Modified time: 2022-09-18 14:13:40
|
|
*/
|
|
#ifndef __EXEC_H__
|
|
#define __EXEC_H__
|
|
int forkExec(char **args);
|
|
int commandExec(char **args);
|
|
#endif |