Marin D wrote: > To get the simulator's PID : > > Add a call to getpid() before u call the exec(). > It will return u your process' PID which is unchanged during the exec() > call. There isn't much point in this; once you actually call exec(), you're going to be running a completely different program. -- Glynn Clements <[EMAIL PROTECTED]>
- Reading file..... Balan Sinniah
- Re: Reading file..... Marin D
- Re: Reading file..... Glynn Clements
- Re: Reading file..... Marin D
- Re: Reading file..... Glynn Clements
- Re: Reading file..... John Gorman