bmsd/xutil.h

Sat, 09 Feb 2019 16:49:04 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 09 Feb 2019 16:49:04 +0100
changeset 255
28953f9fc5b4
parent 0
033898178630
permissions
-rw-r--r--

Added IBU calculation in the fermenter on the brewday tab. More auto IBU updates.

#ifndef	_XUTIL_H
#define	_XUTIL_H

char *xmalloc(size_t);
char *xstrcpy(char *);
char *xstrcat(char *, char *);

#endif

mercurial