From 24b3afa684e57176f5068fd5896679ae0fa047ad Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Jan 2023 11:29:22 +0100 Subject: Add process.h: is_running() --- process.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 process.h (limited to 'process.h') diff --git a/process.h b/process.h new file mode 100644 index 0000000..a47dd6c --- /dev/null +++ b/process.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +namespace Reichwein::Process { + bool is_running(pid_t pid); +} // namespace -- cgit v1.2.3