bmsd/futil.h

Fri, 31 May 2019 14:24:08 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 31 May 2019 14:24:08 +0200
changeset 390
1c52a6875960
parent 0
033898178630
permissions
-rw-r--r--

The gauges in monitor fermentors have default animation speed and behaviour again. Some code cleanup.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial