|
libexplain
1.4.D001
|
#include <libexplain/ac/unistd.h>Go to the source code of this file.
Functions | |
| int | explain_process_exists (pid_t pid) |
| int explain_process_exists | ( | pid_t | pid | ) |
The explain_process_exists function may be used to determine whether or not the given process actually exists.
| pid | The process ID to search for. |
Definition at line 27 of file process_exists.c.
1.7.6.1