MonitorRam/monitor.h

8 lines
104 B
C

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