thermferm/futil.h

Sat, 23 Mar 2024 16:01:24 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 23 Mar 2024 16:01:24 +0100
changeset 646
e3edc783006b
parent 420
644a6106d712
permissions
-rw-r--r--

Running threads and locking doesn't depend on wiringPi anymore.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial