bmsd/futil.h

Tue, 12 May 2020 13:16:25 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 May 2020 13:16:25 +0200
changeset 673
9924b1218d39
parent 0
033898178630
permissions
-rw-r--r--

Added co2meters to the websockets. Added node and units offline messages to the websockets.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial