thermferm/futil.h

Mon, 08 Aug 2022 11:51:59 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 08 Aug 2022 11:51:59 +0200
changeset 621
a0b611846d78
parent 420
644a6106d712
permissions
-rw-r--r--

Improved conditional styling

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial