thermferm/futil.h

Thu, 11 Apr 2024 13:18:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Apr 2024 13:18:20 +0200
changeset 671
b2e2cbb13cb3
parent 420
644a6106d712
permissions
-rw-r--r--

Finished one-wire ds2413 output

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial