bmsd/futil.h

Fri, 31 Jul 2020 13:19:14 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 31 Jul 2020 13:19:14 +0200
changeset 707
8488195b3c50
parent 0
033898178630
permissions
-rw-r--r--

Edit a yeast row now checks the project stage and the use moment to allow edit.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial