Where Am I ?
星期四, 9月 16, 2010
execl vs excvp
These two will search for prog on current PATH
execlp(prog, arg0, arg1, arg2, ...)
execvp(prog, argList)
簡單說
execvp可以傳argument list,而exclp卻需要把參數一個一個傳進去。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言