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