thermferm/futil.h

Tue, 16 Apr 2024 16:20:34 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 16 Apr 2024 16:20:34 +0200
changeset 681
1f81e52c5abf
parent 420
644a6106d712
permissions
-rw-r--r--

Minor details for server DEVICE commands. Added getdevice<s> php scripts.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial