mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2025-07-02 01:01:57 +00:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef MONITOR_H
|
|
#define MONITOR_H
|
|
|
|
int setup(const char* pid);
|
|
int analyse();
|
|
|
|
#endif /* MONITOR_H */
|