libexplain
1.4.D001
|
#include <libexplain/ac/errno.h>
#include <libexplain/ac/signal.h>
#include <libexplain/process_exists.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.