bmsd/futil.h

Mon, 06 Jan 2020 16:06:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Jan 2020 16:06:28 +0100
changeset 586
ed4f22cfb135
parent 0
033898178630
permissions
-rw-r--r--

Adjusted the Kveik pitchrate to 1/10 of normal yeast.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial