brewco/util.h

Sat, 05 Dec 2015 21:46:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 05 Dec 2015 21:46:22 +0100
changeset 446
78e9d5234d15
parent 441
brewco/futil.h@bde74a8f2ad7
child 464
4a624c071ca9
permissions
-rw-r--r--

Switched to PID code from Arduino

#ifndef	_UTIL_H
#define	_UTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);
long millis(void);


#endif

mercurial