thermferm/futil.h

Sun, 07 Jul 2019 12:58:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 07 Jul 2019 12:58:06 +0200
changeset 598
363dc36d2450
parent 420
644a6106d712
permissions
-rw-r--r--

Added wiringPi hardware detection code.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial