bmsd/futil.h

Sat, 09 Feb 2019 16:49:04 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 09 Feb 2019 16:49:04 +0100
changeset 255
28953f9fc5b4
parent 0
033898178630
permissions
-rw-r--r--

Added IBU calculation in the fermenter on the brewday tab. More auto IBU updates.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial