bmsd/futil.h

Tue, 13 Apr 2021 16:55:25 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 13 Apr 2021 16:55:25 +0200
changeset 736
d3d8e3b30a34
parent 0
033898178630
permissions
-rw-r--r--

Use mariadb JSON support for mash and fermentation profiles.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial