#include <sys/stat.h> [...] struct stat sts; if (stat("/proc/<pid>", &sts) == -1 && errno == ENOENT) { // process doesn't exist }