proc_pid_exists()

Process exists?

Syntax:

int proc_pid_exists(int pid);

Arguments:

Name Description
pid PID of process

Description:

This function test if a PID exist.

Return Values:

If process exist, them 1 is returned, else 0 is returned.



INDEX