bmsd/futil.h

Tue, 08 Jan 2019 21:54:19 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 08 Jan 2019 21:54:19 +0100
changeset 183
a810539dc218
parent 0
033898178630
permissions
-rw-r--r--

Added cmd_fermenter.php which interfaces http POST commands to MQTT using mosquitto_pub in a shell. Several chnges to the monitor fermenter screen.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial