bmsd/futil.h

Mon, 29 Apr 2019 17:10:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 29 Apr 2019 17:10:38 +0200
changeset 347
e6e7ec9e33e0
parent 0
033898178630
permissions
-rw-r--r--

Finished bitterness and cl/so4 ratio calculations and design aids. Translated water error messages. Fixed recipes menu width.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial