brewpanel/futil.h

Sat, 27 Apr 2019 20:54:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Apr 2019 20:54:20 +0200
changeset 584
ff7f038fae2f
parent 420
644a6106d712
permissions
-rw-r--r--

Removed not working extra check

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial