I actually use execv instead of using execl. I just created an array and put arguments that I use in execl there and I put this array into execv. Well I know we have to use array for execv but why? What is the difference between execl and execv? They work same...
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There is no difference other than the format of the arguments. They will both end up calling the same underlying system call |
|||||
|