summaryrefslogtreecommitdiffhomepage
path: root/process.h
blob: b13a54cd2420fb4159f00b705c9686bb5643e610 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <sys/types.h>

#define EXPORT __attribute__((visibility("default")))

namespace Reichwein::Process {

EXPORT bool is_running(pid_t pid);

} // namespace