MonitorRam/src/monitor.h
2022-10-18 23:02:39 +01:00

8 lines
118 B
C

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