文件名称:understanding_execlp
介绍说明--下载内容均来自于网络,请自行研究使用
The execlp() family of commands can be used to execute an application from a process. The system call execlp() replaces the executing process by a new process image which executes the application specified as its parameter.
Arguments can also be specified. Refer to online man pages.
Arguments can also be specified. Refer to online man pages.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
execlp.c