10-09-2012 04:32 PM
I have a application that needs to back up the PID setting and wirte it back after test.
The question is that "Does any count limit of PID setting write?"
thanks
Joe,
10-10-2012 09:42 AM
'Process ID' ?
#include <sys/types.h> #include <unistd.h> pid_t getpid(void); pid_t getppid(void);