thermferm/futil.h

Wed, 16 Dec 2015 22:54:53 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 16 Dec 2015 22:54:53 +0100
changeset 462
830ae3c3ef98
parent 420
644a6106d712
permissions
-rw-r--r--

Added recipe setup display menu.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial