mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
9 lines
122 B
C
9 lines
122 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#define PROC_STAT "/proc/stat"
|
|
|
|
int writeyes(void);
|
|
int writeno(const char *);
|
|
|
|
#endif
|