bmsd/futil.h

Fri, 21 Aug 2020 10:55:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 21 Aug 2020 10:55:36 +0200
changeset 711
0a1be3bfcc60
parent 0
033898178630
permissions
-rw-r--r--

Removed some debug messages in products and recipes

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial