bmsd/futil.h

Fri, 25 Jan 2019 21:58:13 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Jan 2019 21:58:13 +0100
changeset 205
08488ac3bbb1
parent 0
033898178630
permissions
-rw-r--r--

Inventory waters: use POST instead of GET. Redesigned web editor page. Total Alkalinity and Bicarbonate update eachother with calculated values.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial