brewco/util.h

Sat, 12 Dec 2015 22:17:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Dec 2015 22:17:25 +0100
changeset 458
43a8ecb53637
parent 446
78e9d5234d15
child 464
4a624c071ca9
permissions
-rw-r--r--

Fixes for compiling on Raspberry.

#ifndef	_UTIL_H
#define	_UTIL_H


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


#endif

mercurial