bmsd/futil.h

Mon, 01 Nov 2021 10:29:36 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 01 Nov 2021 10:29:36 +0100
changeset 783
006078146107
parent 0
033898178630
permissions
-rw-r--r--

Moved the sparge water estimate formula to the calcMash() function.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial