bmsd/futil.h

Fri, 13 Sep 2019 15:09:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 13 Sep 2019 15:09:04 +0200
changeset 484
2083c274b283
parent 0
033898178630
permissions
-rw-r--r--

In the product editor mash tab, display the total mash volume and the total mash time.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial