mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2025-05-09 22:14:54 +00:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef MONITOR_H
|
|
#define MONITOR_H
|
|
|
|
void setup(const char *pid);
|
|
void analyse();
|
|
|
|
#endif /* MONITOR_H */
|