bmsd/futil.h

Thu, 03 Jan 2019 20:56:47 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 03 Jan 2019 20:56:47 +0100
changeset 167
dabcd35f8f92
parent 0
033898178630
permissions
-rw-r--r--

Added new brew project wizzard. Moved equipment dropdown to global script. The project birth date is allways read-only, so it can never be changed.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial