brewco/util.h

changeset 487
d5bc44183aa4
parent 486
5a237a99a793
child 488
bee1f70fb42b
equal deleted inserted replaced
486:5a237a99a793 487:d5bc44183aa4
1 #ifndef _UTIL_H
2 #define _UTIL_H
3
4
5 int mkdirs(char *, mode_t);
6 int file_exist(char *, int);
7 int file_cp(char *, char *);
8 #ifndef HAVE_WIRINGPI_H
9 long millis(void);
10 #endif
11 void hlt_status(int);
12 void mlt_status(int);
13 void pump_status(int);
14
15
16 #endif

mercurial