thermferm/futil.h

Mon, 08 Apr 2024 10:57:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 08 Apr 2024 10:57:12 +0200
changeset 667
bba6ca418e09
parent 420
644a6106d712
permissions
-rw-r--r--

Removed lcd-buffer create logmessage. Combined Keys and Delay states.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial