bmsd/futil.h

Fri, 01 May 2020 21:37:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 May 2020 21:37:23 +0200
changeset 666
029e65ca3678
parent 0
033898178630
permissions
-rw-r--r--

In export to forum, suppress diluted water is the name is set but the volume is 0. Add the treated water profile to the output.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial