bmsd/futil.h

Sun, 27 Jan 2019 20:40:24 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Jan 2019 20:40:24 +0100
changeset 217
318aab371497
parent 0
033898178630
permissions
-rw-r--r--

Profile style is using indexes. Profile styles and fermentation switched to POST. Standard edit screens.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial