brewpanel/futil.h

Fri, 04 Dec 2015 22:57:23 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 04 Dec 2015 22:57:23 +0100
changeset 445
3ec477cda546
parent 420
644a6106d712
permissions
-rw-r--r--

Changed internal storage of temperatures to float. Added 2 prompts. Added editors for float and integer values. Added most of brewunit edit functions.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial