bmsd/futil.h

Tue, 25 Dec 2018 15:06:39 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 25 Dec 2018 15:06:39 +0100
changeset 153
15fe253ffa83
parent 0
033898178630
permissions
-rw-r--r--

Estimate OG recalculation now uses the equipment profile. Added basic water calculations.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial