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]>

Reply via email to