bmsd/futil.h

Wed, 05 Dec 2018 14:43:15 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 05 Dec 2018 14:43:15 +0100
changeset 121
875aeb365e1c
parent 0
033898178630
permissions
-rw-r--r--

Added sparge pH during import. Added several calculations. Added calculated estimates to the brewday screen.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial