brewpanel/futil.h

Mon, 26 Jun 2017 13:58:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 26 Jun 2017 13:58:11 +0200
changeset 517
5fd12d9f3f84
parent 420
644a6106d712
permissions
-rw-r--r--

Changed livescreen, now displays thermometers. The chart is loaded on request. This speeds up loading the application.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial