summaryrefslogtreecommitdiffhomepage
path: root/process.h
blob: a47dd6cd9c2285f4640b62650eb88b872c0e60e2 (plain)
1
2
3
4
5
6
7
#pragma once

#include <sys/types.h>

namespace Reichwein::Process {
 bool is_running(pid_t pid);
} // namespace