brewco/setup.h

Sat, 26 Dec 2015 21:45:44 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Dec 2015 21:45:44 +0100
changeset 473
fdd30e935079
parent 442
1193bd7d460f
permissions
-rw-r--r--

The brew state machine is complete, works but is not bugfree

#ifndef _SETUP_H
#define	_SETUP_H


void editInteger(int *, int, int, int, char *, char *);
void editUnit(units_list *);
void addUnit(int);
void setup(void);

#endif

mercurial