thermferm/futil.h

Thu, 09 May 2019 17:16:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 09 May 2019 17:16:49 +0200
changeset 594
1904badedf8f
parent 420
644a6106d712
permissions
-rw-r--r--

Code cleanup and removed a debug message

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial