#ifndef MONITOR_H #define MONITOR_H void setup(const char *pid); void analyse(); #endif /* MONITOR_H */