1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00
Munin-Contrib/tools/munin-plugins-busybox/common.h
2013-01-28 16:35:25 +01:00

10 lines
156 B
C

#ifndef COMMON_H
#define COMMON_H
#define PROC_STAT "/proc/stat"
int writeyes(void);
int writeno(const char *);
int getenvint(const char *, int);
#endif