thermferm/futil.h

Sat, 20 Apr 2024 10:53:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 20 Apr 2024 10:53:18 +0200
changeset 690
3a5b019e9acc
parent 420
644a6106d712
permissions
-rw-r--r--

Better handling of a removed DS18B20 temperature sensor.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial