brewpanel/futil.h

Sat, 19 Jan 2019 20:31:50 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Jan 2019 20:31:50 +0100
changeset 573
479878d528f2
parent 420
644a6106d712
permissions
-rw-r--r--

Fix for compiling with wiringPi

#ifndef	FUTIL_H
#define	FUTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);

#endif

mercurial