thermferm/futil.h

Sun, 07 Apr 2024 16:05:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 07 Apr 2024 16:05:06 +0200
changeset 665
66fae54fa7ba
parent 420
644a6106d712
permissions
-rw-r--r--

Fermentation processing in it's own function.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial