thermferm/futil.h

Sat, 29 Apr 2017 17:07:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Apr 2017 17:07:36 +0200
changeset 504
862de87f9f89
parent 420
644a6106d712
permissions
-rw-r--r--

Added some MQTT publish clear functions. Version 0.5.8

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial