bmsd/futil.h

Wed, 30 Jun 2021 23:09:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 30 Jun 2021 23:09:31 +0200
changeset 764
e95744b6b31d
parent 0
033898178630
permissions
-rw-r--r--

Added HCO3 to the water summary. Changed some water chemicals limits to new insights.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial