brewpanel/futil.h

Fri, 03 Aug 2018 16:13:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 03 Aug 2018 16:13:17 +0200
changeset 561
fcfc3dbe85fa
parent 420
644a6106d712
permissions
-rw-r--r--

Versie 0.8.7. Fixed a lot of memory leaks with the aid of valgrind.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial