thermferm/futil.h

Mon, 08 Apr 2024 13:16:42 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 08 Apr 2024 13:16:42 +0200
changeset 669
daa22055cd3d
parent 420
644a6106d712
permissions
-rw-r--r--

Reboot from the panel is now restart application. The restart is working again, also via bmsapp.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial