bmsd/futil.h

Sat, 19 Sep 2020 21:25:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Sep 2020 21:25:11 +0200
changeset 721
4d7394ced1c3
parent 0
033898178630
permissions
-rw-r--r--

Better FG calculation from the refractometer reading. Now using the Petr Novotny formula.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial