brewco/prompt.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 443
6b80a37fdf8d
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 _PROMPT_H
#define	_PROMPT_H

void prompt(int, char *);

#endif

mercurial