bmsd/futil.h

Mon, 05 Jul 2021 15:48:34 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 05 Jul 2021 15:48:34 +0200
changeset 769
5a2ec06e00d4
parent 0
033898178630
permissions
-rw-r--r--

Fixed skipping brew stages due to better data handling

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial