summaryrefslogtreecommitdiff
path: root/common.h
blob: 8db440a9d6f07a9d9d73452cf3a9235f2124ce1c (plain)
1
2
3
4
5
6
7
8
9
#ifndef COMMON_H
#define COMMON_H

#define PROC_STAT "/proc/stat"

int writeyes(void);
int writeno(const char *);

#endif