bmsd/futil.h

Thu, 19 Mar 2020 20:41:18 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Mar 2020 20:41:18 +0100
changeset 646
2246d830a42a
parent 0
033898178630
permissions
-rw-r--r--

Fixed some html errors. Added volume calculations for the brewday tab using a popup tool.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial