#pragma once #include namespace Reichwein::Process { bool is_running(pid_t pid); } // namespace